Click or drag to resize

ClientNetworkService_CloudFunctionsGetCloudMethodInfoAsync Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Task<ClientNetworkService_CloudFunctionsGetCloudMethodInfoResult> GetCloudMethodInfoAsync(
	string className,
	string methodName,
	CancellationToken cancellationToken = default
)

Parameters

className  String
 
methodName  String
 
cancellationToken  CancellationToken  (Optional)
 

Return Value

TaskClientNetworkService_CloudFunctionsGetCloudMethodInfoResult
See Also