Szerkesztés

Megosztás a következőn keresztül:


MayInterleaveAttribute(String) Constructor

Definition

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)

Applies to