Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndGetEndpointAttributes C# (CSharp) Method

EndGetEndpointAttributes() public method

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