次の方法で共有


MayInterleaveAttribute(String) コンストラクター

定義

MayInterleaveAttribute クラスの新しいインスタンスを初期化します。

public MayInterleaveAttribute (string callbackMethodName);
new Orleans.Concurrency.MayInterleaveAttribute : string -> Orleans.Concurrency.MayInterleaveAttribute
Public Sub New (callbackMethodName As String)

パラメーター

callbackMethodName
String

コールバック メソッド名。 これにより、次のシグネチャを持つメソッドに解決されます。 public static bool NameOfMethod(IInvokable req)

適用対象