Skip to content

Instantly share code, notes, and snippets.

@andreasohlund
Created December 1, 2011 09:56
Show Gist options
  • Select an option

  • Save andreasohlund/1415466 to your computer and use it in GitHub Desktop.

Select an option

Save andreasohlund/1415466 to your computer and use it in GitHub Desktop.
SendToSites
/// <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