This class is a almost one to one version of System.IO.WaitForChangedResult. Using this implementation instead
of System.IO.WaitForChangedResult, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.WaitForChangedResult for more documentation on the methods of this class.
Used by
C1FileSystemWatcher Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public struct C1WaitForChangedResult |
Visual Basic |
---|
Public Structure C1WaitForChangedResult |
Visual C++ |
---|
public value class C1WaitForChangedResult |
See Also