FabricClient.ServiceManagementClient.UnregisterServiceNotificationFilterAsync Method
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.
Overloads
| UnregisterServiceNotificationFilterAsync(Int64) | |
| UnregisterServiceNotificationFilterAsync(Int64, TimeSpan, CancellationToken) |
UnregisterServiceNotificationFilterAsync(Int64)
public System.Threading.Tasks.Task UnregisterServiceNotificationFilterAsync(long filterId);
member this.UnregisterServiceNotificationFilterAsync : int64 -> System.Threading.Tasks.Task
Public Function UnregisterServiceNotificationFilterAsync (filterId As Long) As Task
Parameters
- filterId
- System.Int64
Returns
System.Threading.Tasks.Task
Applies to
UnregisterServiceNotificationFilterAsync(Int64, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task UnregisterServiceNotificationFilterAsync(long filterId, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.UnregisterServiceNotificationFilterAsync : int64 * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UnregisterServiceNotificationFilterAsync (filterId As Long, timeout As TimeSpan, cancellationToken As CancellationToken) As Task
Parameters
- filterId
- System.Int64
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task