AliasAttribute(String) Constructor

Definition

Initializes a new instance of the AliasAttribute class.

public AliasAttribute (string alias);
new Orleans.AliasAttribute : string -> Orleans.AliasAttribute
Public Sub New (alias As String)

Parameters

alias
String

The alias.

Remarks

In the case of a type, the alias must be globally unique. In the case of a method, the alias must be unique to the declaring type.

Applies to