Class ClStripService.ClStripServiceBase
Base class for server-side implementations of ClStripService
[BindServiceMethod(typeof(ClStripService), "BindService")]
public abstract class ClStripService.ClStripServiceBase
- Inheritance
-
ClStripService.ClStripServiceBase
- Derived
- Inherited Members
- Extension Methods
Methods
StepRan(Empty, IServerStreamWriter<DictionaryStep>, ServerCallContext)
data returned if step ran.
public virtual Task StepRan(Empty request, IServerStreamWriter<DictionaryStep> responseStream, ServerCallContext context)
Parameters
request
EmptyThe request received from the client.
responseStream
IServerStreamWriter<DictionaryStep>Used for sending responses back to the client.
context
ServerCallContextThe context of the server-side call handler being invoked.
Returns
- Task
A task indicating completion of the handler.
StepSelected(Empty, IServerStreamWriter<DictionaryStep>, ServerCallContext)
data returned if step selected.
public virtual Task StepSelected(Empty request, IServerStreamWriter<DictionaryStep> responseStream, ServerCallContext context)
Parameters
request
EmptyThe request received from the client.
responseStream
IServerStreamWriter<DictionaryStep>Used for sending responses back to the client.
context
ServerCallContextThe context of the server-side call handler being invoked.
Returns
- Task
A task indicating completion of the handler.