Exemplo n.º 1
0
 /// <summary>
 ///  Get comments made on a video
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::KillrVideo.Comments.GetVideoCommentsResponse> GetVideoComments(global::KillrVideo.Comments.GetVideoCommentsRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
Exemplo n.º 2
0
 /// <summary>
 ///  Get comments made on a video
 /// </summary>
 public virtual AsyncUnaryCall <global::KillrVideo.Comments.GetVideoCommentsResponse> GetVideoCommentsAsync(global::KillrVideo.Comments.GetVideoCommentsRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetVideoCommentsAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
Exemplo n.º 3
0
 /// <summary>
 ///  Get comments made on a video
 /// </summary>
 public virtual AsyncUnaryCall <global::KillrVideo.Comments.GetVideoCommentsResponse> GetVideoCommentsAsync(global::KillrVideo.Comments.GetVideoCommentsRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetVideoComments, null, options, request));
 }
Exemplo n.º 4
0
 /// <summary>
 ///  Get comments made on a video
 /// </summary>
 public virtual global::KillrVideo.Comments.GetVideoCommentsResponse GetVideoComments(global::KillrVideo.Comments.GetVideoCommentsRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetVideoComments, null, options, request));
 }