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

EndCreateKey() public méthode

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