Udostępnij za pośrednictwem


ClientFormsAuthenticationMembershipProvider.GetAllUsers Metoda

Definicja

Ta metoda nie jest używana przez tę klasę.

public:
 override System::Web::Security::MembershipUserCollection ^ GetAllUsers(int pageIndex, int pageSize, [Runtime::InteropServices::Out] int % totalRecords);
public override System.Web.Security.MembershipUserCollection GetAllUsers (int pageIndex, int pageSize, out int totalRecords);
override this.GetAllUsers : int * int * int -> System.Web.Security.MembershipUserCollection
Public Overrides Function GetAllUsers (pageIndex As Integer, pageSize As Integer, ByRef totalRecords As Integer) As MembershipUserCollection

Parametry

pageIndex
Int32

Nie używany.

pageSize
Int32

Nie używany.

totalRecords
Int32

Nie używany. Ten parametr jest przekazywany jako niezainicjowany.

Zwraca

Nie dotyczy. Ta metoda zawsze zgłasza wyjątek.

Wyjątki

Zawsze generowany.

Dotyczy

Zobacz też