C# Class SteamKit2.JobID

Inheritance: UInt64Handle
显示文件 Open project: Top-Cat/SteamBot Class Usage Examples

Public Properties

Property Type Description
Invalid JobID

Public Methods

Method Description
JobID ( ulong jobId = ulong.MaxValue ) : System.Diagnostics

Initializes a new instance of the JobID class.

operator ( ) : bool

Implements the operator ==.

Method Details

JobID() public method

Initializes a new instance of the JobID class.
public JobID ( ulong jobId = ulong.MaxValue ) : System.Diagnostics
jobId ulong The job ID.
return System.Diagnostics

operator() public static method

Implements the operator ==.
public static operator ( ) : bool
return bool

Property Details

Invalid public_oe static_oe property

Represents an invalid JobID.
public static JobID,SteamKit2 Invalid
return JobID