Ejemplo n.º 1
0
 public ServerKVFunctions(Functions functions, FasterKVServerSessionBase <Output> serverNetworkSession)
 {
     this.functions            = functions;
     this.serverNetworkSession = serverNetworkSession;
 }
Ejemplo n.º 2
0
 public ServerKVFunctions(Functions functions, FasterKVServerSessionBase <Key, Value, Input, Output, Functions, ParameterSerializer> serverNetworkSession)
 {
     this.functions            = functions;
     this.serverNetworkSession = serverNetworkSession;
 }