Overload | Description |
---|---|
SendTo(String,String,String[]) | Sends the event to all channel subscribers with the given identity or name (case-insensitive) |
SendTo(Int32,String,String,String[]) | Sends the event to all channel subscribers with the given identity or name (case-insensitive) |
SendTo(IEnumerable<String>,String,String[]) | Sends the event to the specified list of instance identities or names (case-insensitive) |
SendTo(Int32,IEnumerable<String>,String,String[]) | Sends the event to the specified list of instance identities or names (case-insensitive) |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7