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

GetObjectTorrentAsync() 공개 메소드

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

            return InvokeAsync<GetObjectTorrentRequest,GetObjectTorrentResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonS3Client::GetObjectTorrentAsync ( string bucketName, string key, System cancellationToken = default(CancellationToken) ) : Task
AmazonS3Client::GetObjectTorrentAsync ( GetObjectTorrentRequest request, GetObjectTorrentResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client::GetObjectTorrentAsync ( string bucketName, string key, GetObjectTorrentResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonS3Client