'Declaration
<NotNullAttribute()> Public Function Watch( _ ByVal filter As String _ ) As IChangeToken
'Usage
Dim instance As MappedFileProvider Dim filter As String Dim value As IChangeToken value = instance.Watch(filter)
[NotNull()] public IChangeToken Watch( string filter )
[NotNull()] public: IChangeToken^ Watch( String^ filter )
Parameters
- filter
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).