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