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

EndGetIdentityNotificationAttributes() 공개 메소드

Finishes the asynchronous execution of the GetIdentityNotificationAttributes operation.
public EndGetIdentityNotificationAttributes ( IAsyncResult asyncResult ) : GetIdentityNotificationAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetIdentityNotificationAttributes.
리턴 GetIdentityNotificationAttributesResponse
        public  GetIdentityNotificationAttributesResponse EndGetIdentityNotificationAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<GetIdentityNotificationAttributesResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient