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

EndListEndpointsByPlatformApplication() 공개 메소드

Finishes the asynchronous execution of the ListEndpointsByPlatformApplication operation.
public EndListEndpointsByPlatformApplication ( IAsyncResult asyncResult ) : ListEndpointsByPlatformApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListEndpointsByPlatformApplication.
리턴 Amazon.SimpleNotificationService.Model.ListEndpointsByPlatformApplicationResponse
        public  ListEndpointsByPlatformApplicationResponse EndListEndpointsByPlatformApplication(IAsyncResult asyncResult)
        {
            return EndInvoke<ListEndpointsByPlatformApplicationResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient