AFDeliveryChannel.Test Method
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Tests if a message can be sent to a contact via this delivery channel. This method should be overridden.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public virtual void Test()
Public Overridable Sub Test Dim instance As AFDeliveryChannel instance.Test()
public: virtual void Test()
abstract Test : unit -> unit override Test : unit -> unit