WatchResult(String, Int32, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WatchResult class.
public:
WatchResult(System::String ^ scheme, int cookie, bool isDirectory);
public WatchResult (string scheme, int cookie, bool isDirectory);
new Microsoft.VisualStudio.RpcContracts.FileSystem.WatchResult : string * int * bool -> Microsoft.VisualStudio.RpcContracts.FileSystem.WatchResult
Public Sub New (scheme As String, cookie As Integer, isDirectory As Boolean)
Parameters
- cookie
- Int32
The cookie representing the subscription.