Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndDescribeDocumentPermission C# (CSharp) Method

EndDescribeDocumentPermission() public method

Finishes the asynchronous execution of the DescribeDocumentPermission operation.
public EndDescribeDocumentPermission ( IAsyncResult asyncResult ) : DescribeDocumentPermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDocumentPermission.
return Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionResponse
        public  DescribeDocumentPermissionResponse EndDescribeDocumentPermission(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeDocumentPermissionResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient