The map of parameters. Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.

Namespace: StreamBase.LiveView.API.Alerts
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
ConcurrentDictionary<string, string> Parameters { get; }
ReadOnly Property Parameters As ConcurrentDictionary(Of String, String)
	Get
property ConcurrentDictionary<String^, String^>^ Parameters {
	ConcurrentDictionary<String^, String^>^ get ();
}

See Also