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

EndModifyDBSnapshotAttribute() 공개 메소드

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