Cats.Web.Hub.RoleProvider.GetUsersInRole C# (CSharp) Method

GetUsersInRole() public method

public GetUsersInRole ( string roleName ) : string[]
roleName string
return string[]
        public override string[] GetUsersInRole(string roleName)
        {
            return new string[1];
        }