FabricClient.ServiceManagementClient.UnregisterServicePartitionResolutionChangeHandler 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.
Unregisters a change handler previously registered with RegisterServicePartitionResolutionChangeHandler(Uri, ServicePartitionResolutionChangeHandler).
public void UnregisterServicePartitionResolutionChangeHandler (long callbackHandle);
member this.UnregisterServicePartitionResolutionChangeHandler : int64 -> unit
Public Sub UnregisterServicePartitionResolutionChangeHandler (callbackHandle As Long)
Parameters
- callbackHandle
- Int64
The callbackHandle identifier that will be removed. This is returned by the RegisterServicePartitionResolutionChangeHandler(Uri, ServicePartitionResolutionChangeHandler) call.
Exceptions
The FabricClient object is in a closed state. Dispose of the FabricClient object you are using and instantiate a new FabricClient object.
Applies to
Azure SDK for .NET