MayInterleaveAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MayInterleaveAttribute class.
public MayInterleaveAttribute (string callbackMethodName);
new Orleans.Concurrency.MayInterleaveAttribute : string -> Orleans.Concurrency.MayInterleaveAttribute
Public Sub New (callbackMethodName As String)
Parameters
- callbackMethodName
- String
The callback method name. This should resolve to a method with the
following signature: public static bool NameOfMethod(IInvokable req)