Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndCreateActivation C# (CSharp) Method

EndCreateActivation() public method

Finishes the asynchronous execution of the CreateActivation operation.
public EndCreateActivation ( IAsyncResult asyncResult ) : CreateActivationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateActivation.
return Amazon.SimpleSystemsManagement.Model.CreateActivationResponse
        public  CreateActivationResponse EndCreateActivation(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateActivationResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient