Exemplo n.º 1
0
 public SubRegInfo(Int64 typeId, HandlerIdSerializeable handlerIdSer, bool includeSubClasses, bool restartSubscription)
 {
     this.typeId              = typeId;
     this.handlerIdSer        = handlerIdSer;
     this.includeSubClasses   = includeSubClasses;
     this.restartSubscription = restartSubscription;
 }
Exemplo n.º 2
0
 public RegInfo(Int64 typeId, HandlerIdSerializeable handlerIdSer, bool pending, bool injection, bool requestorDecides)
 {
     this.typeId           = typeId;
     this.handlerIdSer     = handlerIdSer;
     this.pending          = pending;
     this.injection        = injection;
     this.requestorDecides = requestorDecides;
 }
 public void setHandlerId(Safir.Dob.Typesystem.HandlerId handlerId)
 {
     handlerIdSer = new HandlerIdSerializeable(handlerId);
 }