Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndListPlatformApplications C# (CSharp) Method

EndListPlatformApplications() public method

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