public DispatchContextWrapper(DispatchContextManager owner, string dispatchContextId)
 {
     _owner             = owner;
     _dispatchContextId = dispatchContextId;
 }
예제 #2
0
 public DispatchContextWrapper(DispatchContextManager owner, string dispatchContextId)
 {
     _owner = owner;
     _dispatchContextId = dispatchContextId;
 }