Server.IsEmbedded Property

Gets a flag indicating whether the server is running in process or is a remote server.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public bool IsEmbedded { get; }

Property Value

Type: System.Boolean
true if the server is running in-process; false if the server is a remote server.

See Also

Reference

Server Class

Microsoft.ComplexEventProcessing Namespace