VRay SDK for C#
Loading...
Searching...
No Matches
VRay.HostDisconnectedEventArgs Class Reference

Inherits VRay.VRayEventArgs.

Public Member Functions

 HostDisconnectedEventArgs (string hostname, double instant)
 Constructs a HostDisconnected args object with the given host name. More...
 
- Public Member Functions inherited from VRay.VRayEventArgs
 VRayEventArgs (double instant)
 Create a base event arg instance with timing info
 

Properties

string Hostname [get]
 Gets the name of the host that has been connected.
 
- Properties inherited from VRay.VRayEventArgs
double Instant [get, set]
 Actual event time. Time is in seconds since V-Ray was initialized.
 

Constructor & Destructor Documentation

◆ HostDisconnectedEventArgs()

VRay.HostDisconnectedEventArgs.HostDisconnectedEventArgs ( string  hostname,
double  instant 
)

Constructs a HostDisconnected args object with the given host name.

Parameters
hostnameThe name of the host that has been connected.
instantThe actual time of ocurrence - seconds since V-Ray initialization

The documentation for this class was generated from the following file: