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

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

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