openPDC Historian Help
ProcessHandler Property
NamespacesTVA.Historian.PacketsPacketBaseProcessHandler
Gets or sets the Delegate that processes the packet.
Declaration Syntax
C#Visual BasicVisual C++
public Func<IEnumerable<byte[]>> ProcessHandler { get; set; }
Public Property ProcessHandler As Func(Of IEnumerable(Of Byte()))
public:
virtual property Func<IEnumerable<array<unsigned char>^>^>^ ProcessHandler {
	Func<IEnumerable<array<unsigned char>^>^>^ get () sealed;
	void set (Func<IEnumerable<array<unsigned char>^>^>^ value) sealed;
}
Remarks
Func<(Of <(TResult>)>) returns an IEnumerable<(Of <(T>)>) object containing the binary data to be sent back to the packet sender.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252