Table of Contents

Class StatusCodeUlongExtensions

Namespace
IceRpc
Assembly
IceRpc.dll

Provides an extension method for creating a StatusCode from an ulong.

public static class StatusCodeUlongExtensions
Inheritance
StatusCodeUlongExtensions
Inherited Members

Remarks

The Slice compiler generated this static class from the Slice enum IceRpc::StatusCode.

Methods

AsStatusCode(ulong)

Converts a ulong into the corresponding StatusCode enumerator.

public static StatusCode AsStatusCode(this ulong value)

Parameters

value ulong

The value being converted.

Returns

StatusCode

The enumerator.