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

EndSetPlatformApplicationAttributes() public method

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.
return Amazon.SimpleNotificationService.Model.SetPlatformApplicationAttributesResponse
        public  SetPlatformApplicationAttributesResponse EndSetPlatformApplicationAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<SetPlatformApplicationAttributesResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient