Request

Response

    ExchangeUpdatedEventData class

    Class object to define data associated with Exchange updated event.

    public class ExchangeUpdatedEventData
    

    Public Members

    namedescription
    ExchangeUpdatedEventData() The default constructor.
    CollectionID { get; set; } The unique ID of the collection
    ExchangeID { get; set; } Exchange ID to uniquely identify Exchange.
    RevisionID { get; set; } The unique ID associated with the Revision
    UpdateTime { get; set; } The time when exchange got updated

    See Also