Update IExService.cs

pull/1/head
Ogoun 6 years ago
parent 4d6a7f5e27
commit e4b376d05b

@ -10,7 +10,7 @@ namespace ZeroLevel.Services.Network
void RegisterInbox<T>(string inbox, Action<T, long, IZBackward> handler); void RegisterInbox<T>(string inbox, Action<T, long, IZBackward> handler);
void RegisterInbox<Treq, Tresp>(string inbox, Func<Treq, long, IZBackward, Tresp> handдer); void RegisterInbox<Treq, Tresp>(string inbox, Func<Treq, long, IZBackward, Tresp> handдer);
/// <summary> /// <summary>
/// Replier не принимающий данных /// Replier without request
/// </summary> /// </summary>
void RegisterInbox<Tresp>(string inbox, Func<long, IZBackward, Tresp> handдer); void RegisterInbox<Tresp>(string inbox, Func<long, IZBackward, Tresp> handдer);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.