コード例 #1
0
 public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Supply.RoomTypes.RoomType> GetByChannelManagerIdAsync(global::HOLMS.Types.Supply.RPC.RoomTypeSvcGetByChannelManagerRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetByChannelManagerId, null, options, request));
 }
コード例 #2
0
 public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Supply.RoomTypes.RoomType> GetByChannelManagerId(global::HOLMS.Types.Supply.RPC.RoomTypeSvcGetByChannelManagerRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
コード例 #3
0
 public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Supply.RoomTypes.RoomType> GetByChannelManagerIdAsync(global::HOLMS.Types.Supply.RPC.RoomTypeSvcGetByChannelManagerRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetByChannelManagerIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
コード例 #4
0
 public virtual global::HOLMS.Types.Supply.RoomTypes.RoomType GetByChannelManagerId(global::HOLMS.Types.Supply.RPC.RoomTypeSvcGetByChannelManagerRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetByChannelManagerId, null, options, request));
 }