Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndDeleteEndpoint C# (CSharp) 메소드

EndDeleteEndpoint() 공개 메소드

Finishes the asynchronous execution of the DeleteEndpoint operation.
public EndDeleteEndpoint ( IAsyncResult asyncResult ) : Amazon.SimpleNotificationService.Model.DeleteEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteEndpoint.
리턴 Amazon.SimpleNotificationService.Model.DeleteEndpointResponse
        public  DeleteEndpointResponse EndDeleteEndpoint(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteEndpointResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient