Click or drag to resize

ClientNetworkService_CloudFunctionsCallMethodWithCancellationTokenAsync(String, String, CancellationToken, Object) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Task<ClientNetworkService_CloudFunctionsCallMethodResultNoValue> CallMethodWithCancellationTokenAsync(
	string className,
	string methodName,
	CancellationToken cancellationToken,
	params Object[] parameters
)

Parameters

className  String
 
methodName  String
 
cancellationToken  CancellationToken
 
parameters  Object
 

Return Value

TaskClientNetworkService_CloudFunctionsCallMethodResultNoValue
See Also