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