Interface IGrainServiceConfiguration
Assembly: Orleans.Core.Legacy.dll
Syntax
public interface IGrainServiceConfiguration
Properties
|
Improve this Doc
View Source
Name
Declaration
string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Properties
Declaration
IDictionary<string, string> Properties { get; set; }
Property Value
| Type |
Description |
| IDictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
ServiceType
Declaration
string ServiceType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods