Amazon.S3.AmazonS3Client.GetObjectTaggingAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the GetObjectTagging operation.
public GetObjectTaggingAsync ( GetObjectTaggingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetObjectTaggingRequest Container for the necessary parameters to execute the GetObjectTagging operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<GetObjectTaggingResponse> GetObjectTaggingAsync(GetObjectTaggingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetObjectTaggingRequestMarshaller();
            var unmarshaller = GetObjectTaggingResponseUnmarshaller.Instance;

            return InvokeAsync<GetObjectTaggingRequest,GetObjectTaggingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::GetObjectTaggingAsync ( GetObjectTaggingRequest request, GetObjectTaggingResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client