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

EndDeleteChapCredentials() public method

Finishes the asynchronous execution of the DeleteChapCredentials operation.
public EndDeleteChapCredentials ( IAsyncResult asyncResult ) : DeleteChapCredentialsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteChapCredentials.
return DeleteChapCredentialsResponse
        public  DeleteChapCredentialsResponse EndDeleteChapCredentials(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteChapCredentialsResponse>(asyncResult);
        }
AmazonStorageGatewayClient