Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndSetSMSAttributes C# (CSharp) Метод

EndSetSMSAttributes() публичный Метод

Finishes the asynchronous execution of the SetSMSAttributes operation.
public EndSetSMSAttributes ( IAsyncResult asyncResult ) : SetSMSAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetSMSAttributes.
Результат SetSMSAttributesResponse
        public  SetSMSAttributesResponse EndSetSMSAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<SetSMSAttributesResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient