Click or drag to resize

ClientNetworkService_CloudFunctionsGetCloudMethodsAsync Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Task<ClientNetworkService_CloudFunctionsGetCloudMethodsResult> GetCloudMethodsAsync(
	bool commandsOnly,
	CancellationToken cancellationToken = default
)

Parameters

commandsOnly  Boolean
 
cancellationToken  CancellationToken  (Optional)
 

Return Value

TaskClientNetworkService_CloudFunctionsGetCloudMethodsResult
See Also