HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayPeerId

RainwayPeerId Implicit operator (1 of 2)

Implicitly treats a Int64 as RainwayPeerId

public static implicit operator RainwayPeerId(long id)
parameterdescription
id

See Also


RainwayPeerId Implicit operator (2 of 2)

Implicitly treats a RainwayPeerId as Int64

public static implicit operator long(RainwayPeerId instance)
parameterdescription
instance

See Also