Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hatsunea
Created February 14, 2016 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatsunea/ac60911f38c235a106d3 to your computer and use it in GitHub Desktop.
Save hatsunea/ac60911f38c235a106d3 to your computer and use it in GitHub Desktop.
NetworkInformation.NetworkStatusChanged += async (object sender) =>
{
this.Context.Post(async (o) =>
{
this.IsWCFEnable = await CheckWCFEnable();
},
null);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment