Пример #1
0
 protected IReadOnlyCollection <string> Handle(CapabilitiesQuery command) => _componentState.SupportedCapabilities();
Пример #2
0
 protected Task <string> Handle(CapabilitiesQuery message)
 {
     return(Task.FromResult("xxx"));
 }