C# Class SIPSorcery.Page

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: sipsorcery/sipsorcery

Méthodes publiques

Свойство Type Description
TimeZones List

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat void

Page() public méthode

public Page ( ) : System
Résultat System

Property Details

TimeZones public_oe static_oe property

public static List TimeZones
Résultat List