4 references to __Method_ExecuteResourceCommand
Aspire.Dashboard (4)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceServiceGrpc.cs (4)
212
return CallInvoker.BlockingUnaryCall(
__Method_ExecuteResourceCommand
, null, options, request);
222
return CallInvoker.AsyncUnaryCall(
__Method_ExecuteResourceCommand
, null, options, request);
241
.AddMethod(
__Method_ExecuteResourceCommand
, serviceImpl.ExecuteResourceCommand).Build();
254
serviceBinder.AddMethod(
__Method_ExecuteResourceCommand
, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::Aspire.ResourceService.Proto.V1.ResourceCommandRequest, global::Aspire.ResourceService.Proto.V1.ResourceCommandResponse>(serviceImpl.ExecuteResourceCommand));