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

GetBucketAnalyticsConfigurationAsync() 공개 메소드

Initiates the asynchronous execution of the GetBucketAnalyticsConfiguration operation.
public GetBucketAnalyticsConfigurationAsync ( GetBucketAnalyticsConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.S3.Model.GetBucketAnalyticsConfigurationRequest Container for the necessary parameters to execute the GetBucketAnalyticsConfiguration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<GetBucketAnalyticsConfigurationResponse> GetBucketAnalyticsConfigurationAsync(GetBucketAnalyticsConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetBucketAnalyticsConfigurationRequestMarshaller();
            var unmarshaller = GetBucketAnalyticsConfigurationResponseUnmarshaller.Instance;

            return InvokeAsync<GetBucketAnalyticsConfigurationRequest,GetBucketAnalyticsConfigurationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::GetBucketAnalyticsConfigurationAsync ( GetBucketAnalyticsConfigurationRequest request, GetBucketAnalyticsConfigurationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client