Web service that is used from a UserPicker control to retrieve user data in autocomplete scenarios. Better performance than in default mode, since it doesn't cause the full page lifecycle to be performed each time the control requests data.

Namespace: MonoSoftware.MonoX.WebServices
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class UserPicker : BaseWebService
Visual Basic
Public Class UserPicker
	Inherits BaseWebService
Visual C++
public ref class UserPicker : public BaseWebService
F#
type UserPicker =  
    class
        inherit BaseWebService
    end

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..MarshalByValueComponent
    System.Web.Services..::..WebService
      WebServiceBase
        BaseWebService
          MonoSoftware.MonoX.WebServices..::..UserPicker

See Also