public DispatchContextWrapper(DispatchContextManager owner, string dispatchContextId)
 {
     _owner             = owner;
     _dispatchContextId = dispatchContextId;
 }
Ejemplo n.º 2
0
 public DispatchContextWrapper(DispatchContextManager owner, string dispatchContextId)
 {
     _owner = owner;
     _dispatchContextId = dispatchContextId;
 }