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

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

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