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

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

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