Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndGetSMSAttributes C# (CSharp) Method

EndGetSMSAttributes() public method

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