Skip to content

Instantly share code, notes, and snippets.

@soen
Created February 28, 2017 21:05
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 soen/d4a53031584beaa79c149cab6545b300 to your computer and use it in GitHub Desktop.
Save soen/d4a53031584beaa79c149cab6545b300 to your computer and use it in GitHub Desktop.
public ContactManager()
{
// Code omitted
this.sharedSessionStateManager.ContactExpired += new Action<Contact>(this.SaveAndReleaseContactToXdb);
// Code omitted
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment