This topic has not yet been rated - Rate this topic

EventSinkCollection Members

Maps objects to and from event "cookies" that represent a client's registration with an event provider.

The following tables list the members exposed by the EventSinkCollection type.

  Name Description
Public constructor EventSinkCollection Initializes a new instance of an EventSinkCollection object. 
Top
  Name Description
Public property Count Gets the total number of event cookies in the collection. 
Public property Item Gets or sets the specified cookie from the collection. 
Top
(see also Protected Methods )
  Name Description
Public method Add Adds an event and returns its cookie.  
Public method Clear Removes all event cookies.  
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method Remove Removes the specified event cookie from the collection.  
Public method RemoveAt Removes the event cookie.  
Public method SetAt Updates the event associated with the given cookie.  
Public method ToString  (Inherited from Object.)
Top
  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.