Amazon.Redshift.AmazonRedshiftClient.BeginRestoreTableFromClusterSnapshot C# (CSharp) Метод

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

Initiates the asynchronous execution of the RestoreTableFromClusterSnapshot operation.
public BeginRestoreTableFromClusterSnapshot ( RestoreTableFromClusterSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Redshift.Model.RestoreTableFromClusterSnapshotRequest Container for the necessary parameters to execute the RestoreTableFromClusterSnapshot operation on AmazonRedshiftClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginRestoreTableFromClusterSnapshot(RestoreTableFromClusterSnapshotRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new RestoreTableFromClusterSnapshotRequestMarshaller();
            var unmarshaller = RestoreTableFromClusterSnapshotResponseUnmarshaller.Instance;

            return BeginInvoke<RestoreTableFromClusterSnapshotRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonRedshiftClient