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

Inherits VRay.VRayEventArgs.

Public Member Functions

 HostConnectedEventArgs (string hostname, double instant)
 Constructs a HostConnected 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

◆ HostConnectedEventArgs()

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

Constructs a HostConnected 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: