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

EndListPlatformApplications() 공개 메소드

Finishes the asynchronous execution of the ListPlatformApplications operation.
public EndListPlatformApplications ( IAsyncResult asyncResult ) : ListPlatformApplicationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListPlatformApplications.
리턴 Amazon.SimpleNotificationService.Model.ListPlatformApplicationsResponse
        public  ListPlatformApplicationsResponse EndListPlatformApplications(IAsyncResult asyncResult)
        {
            return EndInvoke<ListPlatformApplicationsResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient