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

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

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