Amazon.DynamoDBv2.AmazonDynamoDBStreamsClient.BeginListStreams C# (CSharp) Метод

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

Initiates the asynchronous execution of the ListStreams operation.
public BeginListStreams ( ListStreamsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DynamoDBv2.Model.ListStreamsRequest Container for the necessary parameters to execute the ListStreams operation on AmazonDynamoDBStreamsClient.
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 BeginListStreams(ListStreamsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListStreamsRequestMarshaller();
            var unmarshaller = ListStreamsResponseUnmarshaller.Instance;

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