MayInterleaveAttribute(string)
public MayInterleaveAttribute(string callbackMethodName) Initializes a new instance of the
MayInterleaveAttribute class. Parameters
callbackMethodNamestring- The callback method name. This should resolve to a method with the following signature:
public static bool NameOfMethod(IInvokable req)
