Amazon.Lambda.AmazonLambdaClient.EndRemovePermission C# (CSharp) Метод

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

Finishes the asynchronous execution of the RemovePermission operation.
public EndRemovePermission ( IAsyncResult asyncResult ) : RemovePermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemovePermission.
Результат RemovePermissionResponse
        public  RemovePermissionResponse EndRemovePermission(IAsyncResult asyncResult)
        {
            return EndInvoke<RemovePermissionResponse>(asyncResult);
        }
AmazonLambdaClient