CloudFileDirectory.EndFetchAttributes(IAsyncResult) Method

Definition

Ends an asynchronous operation to populate the directory's properties and metadata.

public virtual void EndFetchAttributes (IAsyncResult asyncResult);
abstract member EndFetchAttributes : IAsyncResult -> unit
override this.EndFetchAttributes : IAsyncResult -> unit
Public Overridable Sub EndFetchAttributes (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to