次の方法で共有


InvalidCloudFileShare.BeginExists Method

Definition

Overloads

BeginExists(FileRequestOptions, OperationContext, AsyncCallback, Object)
BeginExists(AsyncCallback, Object)

BeginExists(FileRequestOptions, OperationContext, AsyncCallback, Object)

public override Microsoft.Azure.Storage.ICancellableAsyncResult BeginExists (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
override this.BeginExists : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overrides Function BeginExists (options As FileRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Parameters

operationContext
OperationContext
callback
AsyncCallback
state
Object

Returns

Applies to

BeginExists(AsyncCallback, Object)

public override Microsoft.Azure.Storage.ICancellableAsyncResult BeginExists (AsyncCallback callback, object state);
override this.BeginExists : AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overrides Function BeginExists (callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Parameters

callback
AsyncCallback
state
Object

Returns

Applies to