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

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

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