C#C++F#VB
CloudFileShare.::..SetPropertiesAsync Method (CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)
Initiates an asynchronous operation to update the share's properties.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task SetPropertiesAsync( CancellationToken cancellationToken )
C++
public: [DoesServiceRequestAttribute] virtual Task^ SetPropertiesAsync( CancellationToken cancellationToken )
[<DoesServiceRequestAttribute>] abstract SetPropertiesAsync : cancellationToken:CancellationToken -> Task [<DoesServiceRequestAttribute>] override SetPropertiesAsync : cancellationToken:CancellationToken -> Task
<DoesServiceRequestAttribute> Public Overridable Function SetPropertiesAsync ( cancellationToken As CancellationToken ) As Task
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationTokenSystem.Threading::CancellationTokenSystem.Threading.CancellationTokenSystem.Threading.CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the asynchronous operation.
See Also
SetPropertiesAsync Overload
CloudFileShare Class
Microsoft.WindowsAzure.Storage.File Namespace