HostCancellationManager::HostCancellationToken Property

 

Gets an empty CancellationToken instance.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Hosting
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property CancellationToken HostCancellationToken {
	virtual CancellationToken get();
}

Property Value

Type: System.Threading::CancellationToken

An empty cancellation token.

Return to top
Show: