Begins an asynchronous operation to set the page blob's sequence number.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual ICancellableAsyncResult BeginSetSequenceNumber( SequenceNumberAction sequenceNumberAction, Nullable<long> sequenceNumber, AsyncCallback callback, object state )
public: [DoesServiceRequestAttribute] virtual ICancellableAsyncResult^ BeginSetSequenceNumber( SequenceNumberAction sequenceNumberAction, Nullable<long long> sequenceNumber, AsyncCallback^ callback, Object^ state )
[<DoesServiceRequestAttribute>] abstract BeginSetSequenceNumber : sequenceNumberAction:SequenceNumberAction * sequenceNumber:Nullable<int64> * callback:AsyncCallback * state:Object -> ICancellableAsyncResult [<DoesServiceRequestAttribute>] override BeginSetSequenceNumber : sequenceNumberAction:SequenceNumberAction * sequenceNumber:Nullable<int64> * callback:AsyncCallback * state:Object -> ICancellableAsyncResult
<DoesServiceRequestAttribute> Public Overridable Function BeginSetSequenceNumber ( sequenceNumberAction As SequenceNumberAction, sequenceNumber As Nullable(Of Long), callback As AsyncCallback, state As Object ) As ICancellableAsyncResult
Parameters
- sequenceNumberAction
-
Type:
Microsoft.WindowsAzure.Storage.Blob.SequenceNumberActionMicrosoft.WindowsAzure.Storage.Blob::SequenceNumberActionMicrosoft.WindowsAzure.Storage.Blob.SequenceNumberActionMicrosoft.WindowsAzure.Storage.Blob.SequenceNumberAction
A value of type SequenceNumberAction, indicating the operation to perform on the sequence number.
- sequenceNumber
-
Type:
System.Nullable<Int64>System::Nullable<Int64>System.Nullable<Int64>System.Nullable(Of Int64)
The sequence number. Set this parameter to null if sequenceNumberAction is equal to F:SequenceNumberAction.IncrementReferenced topic's target id should not be empty. Article id: 6ddee181-1e1e-4de0-8cb5-785df1a5b938, link: F:SequenceNumberAction.Increment..
- callback
-
Type:
System.AsyncCallbackSystem::AsyncCallback^System.AsyncCallbackSystem.AsyncCallback
An AsyncCallback delegate that will receive notification when the asynchronous operation completes.
- state
-
Type:
System.ObjectSystem::Object^System.ObjectSystem.Object
A user-defined object that will be passed to the callback delegate.
Return Value
Type: Microsoft.WindowsAzure.Storage.ICancellableAsyncResultMicrosoft.WindowsAzure.Storage::ICancellableAsyncResult^Microsoft.WindowsAzure.Storage.ICancellableAsyncResultMicrosoft.WindowsAzure.Storage.ICancellableAsyncResultAn ICancellableAsyncResult that references the asynchronous operation.
See Also
BeginSetSequenceNumber Overload
CloudPageBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace