SipEndpoint.ServerChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the server is changed, as when the server is autodiscovered or when redirection occurs.
public:
event EventHandler<EventArgs ^> ^ ServerChanged;
public event EventHandler<EventArgs> ServerChanged;
member this.ServerChanged : EventHandler<EventArgs>
Public Custom Event ServerChanged As EventHandler(Of EventArgs)