Class CloseFilterPdaMessage
Close filter pda. Use if any change is made to filter parameters on a running function
Inheritance
System.Object
CloseFilterPdaMessage
Namespace: MESL.SqlRace.Domain.Remoting.Messages
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class CloseFilterPdaMessage : MessageBase
Constructors
CloseFilterPdaMessage(Guid, SessionKey, String, String, Guid)
Declaration
public CloseFilterPdaMessage(Guid messageKey, SessionKey sessionId, string connectionString, string filterParameterId, Guid senderId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | messageKey | |
| MAT.OCS.Core.SessionKey | sessionId | |
| System.String | connectionString | |
| System.String | filterParameterId | |
| System.Guid | senderId |
Properties
ConnectionString
Parent session connection string
Declaration
public string ConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FilterParameterId
Parameter Identifier of the filter to be closed (must be the one returned by the CreateFilterPda
Declaration
public string FilterParameterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SenderId
Unique sender Id
Declaration
public Guid SenderId { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
SessionId
Guid of the session containing the filter
Declaration
public SessionKey SessionId { get; set; }
Property Value
| Type | Description |
|---|---|
| MAT.OCS.Core.SessionKey |