Subscription Class

Describes an event subscription.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Client.Subscription

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Public NotInheritable Class Subscription
public sealed class Subscription
public ref class Subscription sealed
[<Sealed>]
type Subscription =  class end
public final class Subscription

The Subscription type exposes the following members.

Properties

  Name Description
Public property ConditionString Gets or sets the condition string.
Public property DeliveryPreference Gets or sets the delivery preference.
Public property Device Gets or sets the device of this subscription.
Public property EventType Gets or sets the event type.
Public property ID Gets or sets the subscription ID.
Public property Subscriber Gets or sets the subscriber of this subscription.
Public property Tag Gets or sets the tag on this subscription.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Creates a user-readable string that states the properties of this instance. (Overrides Object.ToString().)

Top

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

Microsoft.TeamFoundation.Framework.Client Namespace