Amazon.StorageGateway.AmazonStorageGatewayClient.EndDeleteFileShare C# (CSharp) Method

EndDeleteFileShare() public method

Finishes the asynchronous execution of the DeleteFileShare operation.
public EndDeleteFileShare ( IAsyncResult asyncResult ) : DeleteFileShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteFileShare.
return DeleteFileShareResponse
        public  DeleteFileShareResponse EndDeleteFileShare(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteFileShareResponse>(asyncResult);
        }
AmazonStorageGatewayClient