Amazon.RDS.AmazonRDSClient.EndModifyDBClusterSnapshotAttribute C# (CSharp) 메소드

EndModifyDBClusterSnapshotAttribute() 공개 메소드

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