public GetObjectTorrentResponse GetObjectTorrent(GetObjectTorrentRequest request)
 {
     throw new NotImplementedException();
 }
 public Task <GetObjectTorrentResponse> GetObjectTorrentAsync(GetObjectTorrentRequest request, CancellationToken cancellationToken = default)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void GetObjectTorrentAsync(GetObjectTorrentRequest request, AmazonServiceCallback <GetObjectTorrentRequest, GetObjectTorrentResponse> callback, AsyncOptions options = null)
 {
     throw new System.NotImplementedException();
 }