Click or drag to resize

CloudServerProcessUtilitySetServerWorkloadAsync Method

Sets the user-specified server workload value from 0 to 100. Use it for manual management of balancing between servers for the Web Access feature.

Namespace: NeoAxis.Networking
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Task<CloudServerProcessUtilitySimpleResult> SetServerWorkloadAsync(
	int workload,
	CancellationToken cancellationToken = default
)

Parameters

workload  Int32
cancellationToken  CancellationToken  (Optional)

Return Value

TaskCloudServerProcessUtilitySimpleResult
See Also