Skip to content

MayInterleaveAttribute Constructors

The MayInterleaveAttribute attribute is used to mark classes that want to control request interleaving via supplied method callback.

MayInterleaveAttribute(string)

View source
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)