InvokableCustomInitializerAttribute Constructors
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.
Overloads
InvokableCustomInitializerAttribute(String) |
Initializes a new instance of the InvokableCustomInitializerAttribute class. |
InvokableCustomInitializerAttribute(String, Object) |
Initializes a new instance of the InvokableCustomInitializerAttribute class. |
InvokableCustomInitializerAttribute(String)
- Source:
- Annotations.cs
- Source:
- Annotations.cs
- Source:
- Annotations.cs
- Source:
- Annotations.cs
Initializes a new instance of the InvokableCustomInitializerAttribute class.
public InvokableCustomInitializerAttribute (string methodName);
new Orleans.InvokableCustomInitializerAttribute : string -> Orleans.InvokableCustomInitializerAttribute
Public Sub New (methodName As String)
Parameters
- methodName
- String
Name of the method.
Applies to
InvokableCustomInitializerAttribute(String, Object)
- Source:
- Annotations.cs
- Source:
- Annotations.cs
- Source:
- Annotations.cs
- Source:
- Annotations.cs
Initializes a new instance of the InvokableCustomInitializerAttribute class.
public InvokableCustomInitializerAttribute (string methodName, object methodArgumentValue);
new Orleans.InvokableCustomInitializerAttribute : string * obj -> Orleans.InvokableCustomInitializerAttribute
Public Sub New (methodName As String, methodArgumentValue As Object)
Parameters
- methodName
- String
Name of the method.
- methodArgumentValue
- Object
The method argument value.