你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloudQueueClient.BeginGetServiceProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
BeginGetServiceProperties(AsyncCallback, Object) |
开始异步操作以获取队列服务的服务属性。 |
BeginGetServiceProperties(QueueRequestOptions, OperationContext, AsyncCallback, Object) |
开始异步操作以获取队列服务的服务属性。 |
BeginGetServiceProperties(AsyncCallback, Object)
开始异步操作以获取队列服务的服务属性。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginGetServiceProperties (AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginGetServiceProperties : AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginGetServiceProperties : AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginGetServiceProperties (callback As AsyncCallback, state As Object) As ICancellableAsyncResult
参数
- callback
- AsyncCallback
在 AsyncCallback 异步操作完成时接收通知的委托。
- state
- Object
要传递给回调委托的用户定义对象。
返回
引用 ICancellableAsyncResult 异步操作的 。
- 属性
适用于
BeginGetServiceProperties(QueueRequestOptions, OperationContext, AsyncCallback, Object)
开始异步操作以获取队列服务的服务属性。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginGetServiceProperties (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginGetServiceProperties : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginGetServiceProperties : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginGetServiceProperties (options As QueueRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
参数
- options
- QueueRequestOptions
一个 QueueRequestOptions 对象,它指定请求的其他选项。
- operationContext
- OperationContext
一个 OperationContext 对象,它一个表示当前操作的上下文。
- callback
- AsyncCallback
在 AsyncCallback 异步操作完成时接收通知的委托。
- state
- Object
要传递给回调委托的用户定义对象。
返回
引用 ICancellableAsyncResult 异步操作的 。
- 属性