Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndSetIdentityNotificationTopic C# (CSharp) Method

EndSetIdentityNotificationTopic() public method

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