Provides the client proxy class for the profile service.
Specifies the path of the default profile service.
Contains the loaded profile data. You can access the loaded profile data directly from the properties field. An element in the properties field can be a property group of type ProfileGroup. If it is, the related properties appear as sub-properties. For more information, see Sys.Services.ProfileGroup Class.
Gets or sets the default succeeded callback function for the service.
Function
A reference to the succeeded callback function for the service.
Gets or sets the default user context for the service.
Object
A reference to the user context for the service.
Gets or sets the default user context for the service.
Function
Function
Function
Gets or sets the profile service path.
string
The profile path
Gets or sets the profile service time-out value.
number
Loads the specified profile properties.
If propertyNames is not supplied, all profile properties enabled for read access are loaded from the server. The loaded profile can then be accessed directly from the properties field. This enables your application to access the profile properties by using simple field syntax, as shown in the following example:
The function that is called when loading has completed. The default is null.
The function that is called when loading has failed. The default is null.
User context information passed to the callback functions.
A string array that contains the profile properties to save.
The function that is called when the save method has finished. The default is null.
The function that is called if the save method has failed. The default is null.
User context information passed to the callback functions.
Gets or sets the name of the default failure callback function.
A string that contains the name of the default failure callback function.
Gets or sets the name of the default load-completed callback function.
A string that contains the name of the default load-completed callback function.
Gets or sets the name of the default save-completed callback function.
A string that contains the name of the default save-completed callback function.
Gets or sets the profile service path.
A string that contains the profile service path.
Gets or sets the profile service time-out value. The timeout property represents the time in milliseconds that the current instance of the Sys.Net.WebRequestExecutor class should wait before timing out the request. By setting a time-out interval, you can make sure that a pending request returns based on a time interval that you specify, instead of waiting for the asynchronous communication layer to time out.
The time-out value in milliseconds.