Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndGetSMSAttributes C# (CSharp) 메소드

EndGetSMSAttributes() 공개 메소드

Finishes the asynchronous execution of the GetSMSAttributes operation.
public EndGetSMSAttributes ( IAsyncResult asyncResult ) : GetSMSAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSMSAttributes.
리턴 Amazon.SimpleNotificationService.Model.GetSMSAttributesResponse
        public  GetSMSAttributesResponse EndGetSMSAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSMSAttributesResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient