Amazon.S3.AmazonS3Client.ListBucketMetricsConfigurationsAsync C# (CSharp) 메소드

ListBucketMetricsConfigurationsAsync() 공개 메소드

Initiates the asynchronous execution of the ListBucketMetricsConfigurations operation.
public ListBucketMetricsConfigurationsAsync ( ListBucketMetricsConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListBucketMetricsConfigurationsRequest Container for the necessary parameters to execute the ListBucketMetricsConfigurations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<ListBucketMetricsConfigurationsResponse> ListBucketMetricsConfigurationsAsync(ListBucketMetricsConfigurationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListBucketMetricsConfigurationsRequestMarshaller();
            var unmarshaller = ListBucketMetricsConfigurationsResponseUnmarshaller.Instance;

            return InvokeAsync<ListBucketMetricsConfigurationsRequest,ListBucketMetricsConfigurationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::ListBucketMetricsConfigurationsAsync ( ListBucketMetricsConfigurationsRequest request, ListBucketMetricsConfigurationsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client