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

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

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