Пример #1
0
 public string Handle(AppStartedEvent msg)
 {
     return(string.Empty);
 }
Пример #2
0
 public void Handle(AppStartedEvent msg)
 {
 }
Пример #3
0
 public Task HandleAsync(AppStartedEvent msg)
 {
     return(Task.FromResult(0));
 }
Пример #4
0
 public void HandleEvent(AppStartedEvent msg, ref CachedImage result)
 {
 }
Пример #5
0
 public void NotAnEvent(AppStartedEvent msg)
 {
 }
Пример #6
0
 public void Handle(AppStartedEvent msg, ICacheManager s1, ICommonServices s2)
 {
 }
Пример #7
0
 public void HandleEvent(AppStartedEvent msg, out bool something)
 {
     something = false;
 }
Пример #8
0
 public void HandleEvent(AppStartedEvent msg, bool something = true)
 {
 }
Пример #9
0
 public void ConsumeAsync(AppStartedEvent msg)
 {
 }
Пример #10
0
 public string Handle(AppStartedEvent msg) => string.Empty;