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