Created
December 1, 2011 09:56
-
-
Save andreasohlund/1415466 to your computer and use it in GitHub Desktop.
SendToSites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// <summary> | |
| /// Sends the messages to all sites with matching | |
| /// site keys registered with the gateway. | |
| /// The gateway is assumed to be located at the master node. | |
| /// </summary> | |
| /// <param name="siteKeys"></param> | |
| /// <param name="messages"></param> | |
| /// <returns></returns> | |
| ICallback SendToSites(IEnumerable<string> siteKeys, | |
| params object[] messages); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment