Exemple #1
0
 public void StartPolling(CacheRuntimeContext context, OperationContext operationContext)
 {
     this.context          = context;
     this.operationContext = operationContext;
     lock (this)
     {
         if (!_isNotificationRegister)
         {
             StartPollForMessage();
             _isNotificationRegister = true;
         }
     }
 }
Exemple #2
0
 public BinaryDataFormatService(CacheRuntimeContext context)
 {
     this._context = context;
 }
 public ObjectDataFormatService(CacheRuntimeContext context)
 {
     this._context = context;
 }