Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndCreateKey C# (CSharp) Method

EndCreateKey() public method

Finishes the asynchronous execution of the CreateKey operation.
public EndCreateKey ( IAsyncResult asyncResult ) : CreateKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateKey.
return CreateKeyResponse
        public  CreateKeyResponse EndCreateKey(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateKeyResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient