DeliveryChannel class

A structure describing how a notification is to be delivered.

Inheritance hierarchy

System.Object
  WebSvcAlerts.DeliveryChannel
    WebSvcAlerts.EmailChannel

Namespace:  WebSvcAlerts
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class DeliveryChannel
'Usage
Dim instance As DeliveryChannel
[SerializableAttribute]
public abstract class DeliveryChannel

Remarks

<s:complexType name="DeliveryChannel" abstract="true"/>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DeliveryChannel members

WebSvcAlerts namespace