ClientWindowsAuthenticationMembershipProvider.GetAllUsers(Int32, Int32, Int32) Método

Definição

Este método não é usado por esta classe.This method is not used by this class.

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

Parâmetros

pageIndex
Int32

Não usado.Not used.

pageSize
Int32

Não usado.Not used.

totalRecords
Int32

Não usado.Not used.

Retornos

MembershipUserCollection

Não aplicável.Not applicable. Este membro sempre gera uma exceção.This method always throws an exception.

Exceções

Sempre lançada.Always thrown.

Aplica-se a