C# Class EmpireServer.LogoffResponseFalse

Inheritance: LogoffResponse
显示文件 Open project: enepomnyaschih/Empire

Public Properties

Property Type Description
errorID string
success bool

Public Methods

Method Description
LogoffResponseFalse ( bool vsuccess, string verrorID ) : System

Method Details

LogoffResponseFalse() public method

public LogoffResponseFalse ( bool vsuccess, string verrorID ) : System
vsuccess bool
verrorID string
return System

Property Details

errorID public_oe property

public string errorID
return string

success public_oe property

public bool success
return bool