Esempio n. 1
0
 protected override void OnDeserializedCore(StreamingContext ctx)
 {
     RuntimeHost.RegisterCommunication(Id, new Func <object[], object>[] { TryAddCore, TryUpdateCore, thisGetCore, thisSetCore, TryRemoveCore, CountGetCore });
 }
Esempio n. 2
0
 public DistributedDictionary()
 {
     RuntimeHost.RegisterCommunication(Id, new Func <object[], object>[] { TryAddCore, TryUpdateCore, thisGetCore, thisSetCore, TryRemoveCore, CountGetCore });
 }
 protected override void OnDeserializedCore(StreamingContext ctx)
 {
     RuntimeHost.RegisterCommunication(Id, new Func <object[], object>[] { UpdateCore, GetValueCore, SetValueCore });
 }
 public DistributedRegister()
 {
     RuntimeHost.RegisterCommunication(Id, new Func <object[], object>[] { UpdateCore, GetValueCore, SetValueCore });
 }
Esempio n. 5
0
 protected override void OnDeserializedCore(StreamingContext ctx)
 {
     RuntimeHost.RegisterCommunication(Id, new Func <object[], object>[] { IncrementCore, DecrementCore, GetValueCore, AddCore, ExchangeCore, CompareExchangeCore });
 }
Esempio n. 6
0
 public DistributedCounter()
 {
     RuntimeHost.RegisterCommunication(Id, new Func <object[], object>[] { IncrementCore, DecrementCore, GetValueCore, AddCore, ExchangeCore, CompareExchangeCore });
 }