[This is preliminary documentation and is subject to change.]
Returns the global registry of all server instances that are active in this process
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public static IRegistry<WaveServer> Servers { get; }
public static IRegistry<WaveServer> Servers { get; }
Public Shared ReadOnly Property Servers As IRegistry(Of WaveServer)
Get
Public Shared ReadOnly Property Servers As IRegistry(Of WaveServer)
Get
public:
static property IRegistry<WaveServer^>^ Servers {
IRegistry<WaveServer^>^ get ();
}
public:
static property IRegistry<WaveServer^>^ Servers {
IRegistry<WaveServer^>^ get ();
}
static member Servers : IRegistry<WaveServer> with get
static member Servers : IRegistry<WaveServer> with get
Property Value
Type:
IRegistry WaveServer