Click or drag to resize

GeneralManagerFunctionsRequestVerificationCodeToEnterProjectAsync Method

Namespace:  NeoAxis.Networking
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Task<GeneralManagerExecuteCommandResultClass> RequestVerificationCodeToEnterProjectAsync(
	long projectID,
	string purpose
)

Parameters

projectID
Type: SystemInt64
purpose
Type: SystemString

Return Value

Type: TaskGeneralManagerExecuteCommandResultClass
See Also