コード例 #1
0
ファイル: FdwGrpc.cs プロジェクト: aidansteele/fdw
 public virtual global::PostgresFdw.ImportForeignSchemaOutput ImportForeignSchema(global::PostgresFdw.ImportForeignSchemaInput request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_ImportForeignSchema, null, options, request));
 }
コード例 #2
0
ファイル: FdwGrpc.cs プロジェクト: aidansteele/fdw
 public virtual global::System.Threading.Tasks.Task <global::PostgresFdw.ImportForeignSchemaOutput> ImportForeignSchema(global::PostgresFdw.ImportForeignSchemaInput request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
コード例 #3
0
ファイル: FdwGrpc.cs プロジェクト: aidansteele/fdw
 public virtual global::PostgresFdw.ImportForeignSchemaOutput ImportForeignSchema(global::PostgresFdw.ImportForeignSchemaInput request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(ImportForeignSchema(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
コード例 #4
0
ファイル: FdwGrpc.cs プロジェクト: aidansteele/fdw
 public virtual grpc::AsyncUnaryCall <global::PostgresFdw.ImportForeignSchemaOutput> ImportForeignSchemaAsync(global::PostgresFdw.ImportForeignSchemaInput request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_ImportForeignSchema, null, options, request));
 }