WatchResult(String, Int32, Boolean) Constructor

Definition

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

scheme
String

The scheme of the Uri being watched.

cookie
Int32

The cookie representing the subscription.

isDirectory
Boolean

Indicates whether the watched Uri is a directory.

Applies to