Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndDeleteServiceSpecificCredential C# (CSharp) Method

EndDeleteServiceSpecificCredential() public method

Finishes the asynchronous execution of the DeleteServiceSpecificCredential operation.
public EndDeleteServiceSpecificCredential ( IAsyncResult asyncResult ) : DeleteServiceSpecificCredentialResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteServiceSpecificCredential.
return DeleteServiceSpecificCredentialResponse
        public  DeleteServiceSpecificCredentialResponse EndDeleteServiceSpecificCredential(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteServiceSpecificCredentialResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient