Lineup.GetCallSigns Method

Returns the map of service IDs and call signs.

Syntax

public IDictionary<string, string> GetCallSigns();

Return Value

System.Collections.Generic.IDictionary<System.String, System.String>.  A collection of key-value pairs. The key is a string that represents the service ID. The value is a string that represents the call sign of the service.

This method should raise an EventScheduleException or LineupException if it encounters an error.

Remarks

In a typical scenario, a client gets a service ID for the target service at first, and then uses this ID to specify the target service in the request XML with the EventSchedule.CreateScheduleRequest method.

Requirements

Reference: ehRecObj

Namespace: Microsoft.MediaCenter.TV.Epg

Assembly: ehRecObj.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also