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

EndSetIdentityNotificationTopic() 공개 메소드

Finishes the asynchronous execution of the SetIdentityNotificationTopic operation.
public EndSetIdentityNotificationTopic ( IAsyncResult asyncResult ) : SetIdentityNotificationTopicResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetIdentityNotificationTopic.
리턴 SetIdentityNotificationTopicResponse
        public  SetIdentityNotificationTopicResponse EndSetIdentityNotificationTopic(IAsyncResult asyncResult)
        {
            return EndInvoke<SetIdentityNotificationTopicResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient