Cronous Emulation Server Daemon

RetrieveAccount Class

Retrieves an account.

For a list of all members of this type, see RetrieveAccount Members.

System.Object
   croemud.database.DatabaseAction
      croemud.database.RetrieveAccount

[Visual Basic]
NotInheritable Public Class RetrieveAccount
    Inherits DatabaseAction
[C#]
public sealed class RetrieveAccount : DatabaseAction
[C++]
public __gc __sealed class RetrieveAccount : public DatabaseAction
[JScript]
public  class RetrieveAccount extends DatabaseAction

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.database

Assembly: croemud (in croemud.dll)

See Also

RetrieveAccount Members | croemud.database Namespace