Amazon.SQS.AmazonSQSClient.EndRemovePermission C# (CSharp) Méthode

EndRemovePermission() public méthode

Finishes the asynchronous execution of the RemovePermission operation.
public EndRemovePermission ( IAsyncResult asyncResult ) : Amazon.SQS.Model.RemovePermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemovePermission.
Résultat Amazon.SQS.Model.RemovePermissionResponse
        public  RemovePermissionResponse EndRemovePermission(IAsyncResult asyncResult)
        {
            return EndInvoke<RemovePermissionResponse>(asyncResult);
        }
AmazonSQSClient