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

EndModifyDBSnapshotAttribute() public method

Finishes the asynchronous execution of the ModifyDBSnapshotAttribute operation.
public EndModifyDBSnapshotAttribute ( IAsyncResult asyncResult ) : ModifyDBSnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBSnapshotAttribute.
return ModifyDBSnapshotAttributeResponse
        public  ModifyDBSnapshotAttributeResponse EndModifyDBSnapshotAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyDBSnapshotAttributeResponse>(asyncResult);
        }
AmazonRDSClient