Ejemplo n.º 1
0
 public ReadPagesAction(ActionQueue actionQ, ActionMethodDelegateActionArgStrResult <NullObj, ITagPageContents[]> method, ActionLogging logging)
     : base(actionQ, null, true, method, logging)
 {
 }
Ejemplo n.º 2
0
 public ReadPagesActionImpl(ActionQueue actionQ, ActionMethodDelegateActionArgStrResult <NullObj, ITagPageContents[]> methodDelegate, string mesg, ActionLogging actionLoggingReference)
     : base(actionQ, null, false, methodDelegate, new ActionLogging(mesg, actionLoggingReference))
 {
 }