Click or drag to resize

NeoXForgeImplementationGetOrConnectClientAsync Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public Task<CloudFunctionsClient> GetOrConnectClientAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken  CancellationToken
 

Return Value

TaskCloudFunctionsClient
See Also