Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndDisableKey C# (CSharp) Méthode

EndDisableKey() public méthode

Finishes the asynchronous execution of the DisableKey operation.
public EndDisableKey ( IAsyncResult asyncResult ) : DisableKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableKey.
Résultat DisableKeyResponse
        public  DisableKeyResponse EndDisableKey(IAsyncResult asyncResult)
        {
            return EndInvoke<DisableKeyResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient