Amazon.RDS.AmazonRDSClient.ModifyDBClusterSnapshotAttributeAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the ModifyDBClusterSnapshotAttribute operation.
public ModifyDBClusterSnapshotAttributeAsync ( ModifyDBClusterSnapshotAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ModifyDBClusterSnapshotAttributeRequest Container for the necessary parameters to execute the ModifyDBClusterSnapshotAttribute operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ModifyDBClusterSnapshotAttributeResponse> ModifyDBClusterSnapshotAttributeAsync(ModifyDBClusterSnapshotAttributeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ModifyDBClusterSnapshotAttributeRequestMarshaller();
            var unmarshaller = ModifyDBClusterSnapshotAttributeResponseUnmarshaller.Instance;

            return InvokeAsync<ModifyDBClusterSnapshotAttributeRequest,ModifyDBClusterSnapshotAttributeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRDSClient