C#C++F#VB
CloudTableClient.::..BeginGetServiceProperties Method (TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions, OperationContext, AsyncCallback, Object)
Begins an asynchronous operation to get the service properties of the Table service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual ICancellableAsyncResult BeginGetServiceProperties( TableRequestOptions requestOptions, OperationContext operationContext, AsyncCallback callback, object state )
C++
public: [DoesServiceRequestAttribute] virtual ICancellableAsyncResult^ BeginGetServiceProperties( TableRequestOptions^ requestOptions, OperationContext^ operationContext, AsyncCallback^ callback, Object^ state )
[<DoesServiceRequestAttribute>] abstract BeginGetServiceProperties : requestOptions:TableRequestOptions * operationContext:OperationContext * callback:AsyncCallback * state:Object -> ICancellableAsyncResult [<DoesServiceRequestAttribute>] override BeginGetServiceProperties : requestOptions:TableRequestOptions * operationContext:OperationContext * callback:AsyncCallback * state:Object -> ICancellableAsyncResult
<DoesServiceRequestAttribute> Public Overridable Function BeginGetServiceProperties ( requestOptions As TableRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object ) As ICancellableAsyncResult
Parameters
- requestOptions
-
Type:
Microsoft.WindowsAzure.Storage.Table.TableRequestOptionsMicrosoft.WindowsAzure.Storage.Table::TableRequestOptions^Microsoft.WindowsAzure.Storage.Table.TableRequestOptionsMicrosoft.WindowsAzure.Storage.Table.TableRequestOptions
A TableRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
- 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 to 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
BeginGetServiceProperties Overload
CloudTableClient Class
Microsoft.WindowsAzure.Storage.Table Namespace