ControllerBuilderport Method
|
Sets port, which profiler agent listens on.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic ControllerBuilder port(
int port
)
Public Function port (
port As Integer
) As ControllerBuilder
public:
ControllerBuilder^ port(
int port
)
member port :
port : int -> ControllerBuilder
Parameters
- port
- Type: SystemInt32
Profiler agent port. Must be in range 1-65535.
Return Value
Type:
ControllerBuilderA reference to this instance
See Also