C# Class SIPSorcery.Page

Inheritance: System.Windows.Controls.UserControl
Show file Open project: sipsorcery/sipsorcery

Public Properties

Property Type Description
TimeZones List

Public Methods

Method Description
GetTimeZonesCompleted ( InvokeOperation op ) : void

If a class needs the timezones and the list is not already populated they will call the RIA method to populate the list.

Page ( ) : System

Private Methods

Method Description
Authenticated ( string username, string authID ) : void
CancelCreateCustomer ( ) : void

Click handler for Cancel button on Create Customer control.

CreateDomainContext ( ) : void
CreateNewAccountLinkClicked ( string inviteCode ) : void

Click handler for Create New Account link on the Create Customer control.

CustomerCreated ( string createdMessage ) : void

Handler for the evnet that's fired on the Create Customer control once a new customer record is created.

Initialise ( ) : void
InitialiseServices ( int millisecondsDelay ) : void

If a connection failure occurs for the provisioning web service or the machine monitoring socket this method will be called. It will wait for a number of seconds and then try and re-initialise the connections.

IsAliveComplete ( InvokeOperation op ) : void
LogoutAsync ( bool sendServerLogout ) : void
LogoutComplete ( LoadOperation op ) : void
Page_Loaded ( object sender, System e ) : void
UpdateAppStatus ( ) : void
UserControl_SizeChanged ( object sender, System e ) : void

Method Details

GetTimeZonesCompleted() public static method

If a class needs the timezones and the list is not already populated they will call the RIA method to populate the list.
public static GetTimeZonesCompleted ( InvokeOperation op ) : void
op InvokeOperation
return void

Page() public method

public Page ( ) : System
return System

Property Details

TimeZones public static property

public static List TimeZones
return List