Table of Contents

Method StartUp

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

StartUp()

Starts up the agent server to prepare for receiving client messages from the specified connection.

public MaaAgentServer StartUp()

Returns

MaaAgentServer

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaAgentServer.MaaAgentServerStartUp(System.String).

Exceptions

MaaInteroperationException

Thrown if the registration fails.