Amazon.RDS.AmazonRDSClient.EndModifyDBClusterSnapshotAttribute C# (CSharp) Method

EndModifyDBClusterSnapshotAttribute() public method

Finishes the asynchronous execution of the ModifyDBClusterSnapshotAttribute operation.
public EndModifyDBClusterSnapshotAttribute ( IAsyncResult asyncResult ) : ModifyDBClusterSnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBClusterSnapshotAttribute.
return ModifyDBClusterSnapshotAttributeResponse
        public  ModifyDBClusterSnapshotAttributeResponse EndModifyDBClusterSnapshotAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyDBClusterSnapshotAttributeResponse>(asyncResult);
        }
AmazonRDSClient