Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndCreateServiceSpecificCredential C# (CSharp) Method

EndCreateServiceSpecificCredential() public method

Finishes the asynchronous execution of the CreateServiceSpecificCredential operation.
public EndCreateServiceSpecificCredential ( IAsyncResult asyncResult ) : CreateServiceSpecificCredentialResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateServiceSpecificCredential.
return Amazon.IdentityManagement.Model.CreateServiceSpecificCredentialResponse
        public  CreateServiceSpecificCredentialResponse EndCreateServiceSpecificCredential(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateServiceSpecificCredentialResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient