Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndDeleteIdentity C# (CSharp) 메소드

EndDeleteIdentity() 공개 메소드

Finishes the asynchronous execution of the DeleteIdentity operation.
public EndDeleteIdentity ( IAsyncResult asyncResult ) : DeleteIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteIdentity.
리턴 DeleteIdentityResponse
        public  DeleteIdentityResponse EndDeleteIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteIdentityResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient