Amazon.StorageGateway.AmazonStorageGatewayClient.BeginDescribeBandwidthRateLimit C# (CSharp) Метод

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

Initiates the asynchronous execution of the DescribeBandwidthRateLimit operation.
public BeginDescribeBandwidthRateLimit ( DescribeBandwidthRateLimitRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeBandwidthRateLimitRequest Container for the necessary parameters to execute the DescribeBandwidthRateLimit operation on AmazonStorageGatewayClient.
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 BeginDescribeBandwidthRateLimit(DescribeBandwidthRateLimitRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeBandwidthRateLimitRequestMarshaller();
            var unmarshaller = DescribeBandwidthRateLimitResponseUnmarshaller.Instance;

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