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