Amazon.StorageGateway.AmazonStorageGatewayClient.EndListLocalDisks C# (CSharp) Méthode

EndListLocalDisks() public méthode

Finishes the asynchronous execution of the ListLocalDisks operation.
public EndListLocalDisks ( IAsyncResult asyncResult ) : ListLocalDisksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListLocalDisks.
Résultat ListLocalDisksResponse
        public  ListLocalDisksResponse EndListLocalDisks(IAsyncResult asyncResult)
        {
            return EndInvoke<ListLocalDisksResponse>(asyncResult);
        }
AmazonStorageGatewayClient