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

EndAddPermission() public method

Finishes the asynchronous execution of the AddPermission operation.
public EndAddPermission ( IAsyncResult asyncResult ) : Amazon.SimpleNotificationService.Model.AddPermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddPermission.
return Amazon.SimpleNotificationService.Model.AddPermissionResponse
        public  AddPermissionResponse EndAddPermission(IAsyncResult asyncResult)
        {
            return EndInvoke<AddPermissionResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient