Beispiel #1
0
 public HelloWorldService(ClientConnectionInfo client, IRegisterServiceInvocation trace)
 {
     _client = client;
     _trace  = trace;
 }
Beispiel #2
0
 public SerDeserService(IRegisterServiceInvocation trace)
 {
     _trace = trace;
 }
Beispiel #3
0
 public ServerSentEventsService(
     Subscription <SomeNotif, SomeNotifFilter> subs, IRegisterServiceInvocation trace)
 {
     _subs  = subs;
     _trace = trace;
 }