public IRuntimeTask SetInvokerStateStorage(IStateStorageTask task)
 {
     return(this);
 }
 IRuntimeTask IRuntimeTask.SetInvokerStateStorage(IStateStorageTask stateItem)
 {
     StateStore = stateItem;
     return this;
 }
 public IRuntimeTask SetInvokerStateStorage(IStateStorageTask task)
 {
     return this;
 }
Beispiel #4
0
 IRuntimeTask IRuntimeTask.SetInvokerStateStorage(IStateStorageTask stateItem)
 {
     StateStore = stateItem;
     return(this);
 }
Beispiel #5
0
 public IRuntimeTask SetInvokerStateStorage(IStateStorageTask stateItem)
 {
     return this;
 }