예제 #1
0
 /// <summary>
 ///* Ends a gRPC(Global Remote Procedure Call) service call.<br/>
 ///* (from client-side) use this overload to send from client to server.
 /// </summary>
 /// <param name="id">The id of the gRPC service.</param>
 /// <param name="parameters">The parameters that will be sent with the service.</param>
 /// <param name="protocol">The protocol used to send the service.</param>
 /// <param name="neutron">The neutron instance that will be responsible for ending the service.</param>
 public void End_gRPC(byte id, NeutronStream parameters, Protocol protocol, Neutron neutron)
 {
     neutron.End_gRPC(id, parameters, protocol);
 }