Amazon.ElastiCache.AmazonElastiCacheClient.BeginDescribeReplicationGroups C# (CSharp) Метод

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

Initiates the asynchronous execution of the DescribeReplicationGroups operation.
public BeginDescribeReplicationGroups ( DescribeReplicationGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeReplicationGroupsRequest Container for the necessary parameters to execute the DescribeReplicationGroups operation on AmazonElastiCacheClient.
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 BeginDescribeReplicationGroups(DescribeReplicationGroupsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeReplicationGroupsRequestMarshaller();
            var unmarshaller = DescribeReplicationGroupsResponseUnmarshaller.Instance;

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