ControllerBuilderhost Method
|
Sets name or IP address of the host where the profiled application is running.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic ControllerBuilder host(
string host
)
Public Function host (
host As String
) As ControllerBuilder
public:
ControllerBuilder^ host(
String^ host
)
member host :
host : string -> ControllerBuilder
Parameters
- host
- Type: SystemString
Profiled application host name or IP address.
Return Value
Type:
ControllerBuilderA reference to this instance
See Also