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

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

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