Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndModifyDocumentPermission C# (CSharp) Метод

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

Finishes the asynchronous execution of the ModifyDocumentPermission operation.
public EndModifyDocumentPermission ( IAsyncResult asyncResult ) : ModifyDocumentPermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDocumentPermission.
Результат ModifyDocumentPermissionResponse
        public  ModifyDocumentPermissionResponse EndModifyDocumentPermission(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyDocumentPermissionResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient