Поделиться через


BaseSubscriptionRequestType Class

The BaseSubscriptionRequestType class is the base class for descendant classes that form the notification requests.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BaseSubscriptionRequestType
    ExchangeWebServices.PullSubscriptionRequestType
    ExchangeWebServices.PushSubscriptionRequestType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

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

Remarks

The PullSubscriptionRequestType and PushSubscriptionRequestType classes derive from the BaseSubscriptionRequestType class.

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.