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

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

Finishes the asynchronous execution of the SetSubscriptionAttributes operation.
public EndSetSubscriptionAttributes ( IAsyncResult asyncResult ) : Amazon.SimpleNotificationService.Model.SetSubscriptionAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetSubscriptionAttributes.
Результат Amazon.SimpleNotificationService.Model.SetSubscriptionAttributesResponse
        public  SetSubscriptionAttributesResponse EndSetSubscriptionAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<SetSubscriptionAttributesResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient