HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayRuntime.Initialize

RainwayRuntime.Initialize method

Initialize a instance of the Rainway runtime and connect it to the Rainway Network.

public static Task<RainwayRuntime> Initialize(RainwayConfig config)
parameterdescription
configOptions for the Rainway SDK.

Remarks

This should only be called once, and the resulting object is used to manage multiple connections.

See Also