Amazon.EC2.AmazonEC2Client.EndCreateKeyPair C# (CSharp) Méthode

EndCreateKeyPair() public méthode

Finishes the asynchronous execution of the CreateKeyPair operation.
public EndCreateKeyPair ( IAsyncResult asyncResult ) : CreateKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateKeyPair.
Résultat CreateKeyPairResponse
        public  CreateKeyPairResponse EndCreateKeyPair(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateKeyPairResponse>(asyncResult);
        }
AmazonEC2Client