AFDeliveryChannel.Test Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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