DeliveryChannel Class

A structure describing how a notification is to be delivered.

Inheritance Hierarchy

System.Object
  [Alerts Web service].DeliveryChannel
    [Alerts Web service].EmailChannel

Namespace:  [Alerts Web service]
Web service reference: http://Site/_vti_bin/Alerts.asmx

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

Alerts Web Service