Show / Hide Table of Contents

Interface IGrainExtensionMap

Methods for querying a collection of grain extensions.

Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IGrainExtensionMap

Methods

| Improve this Doc View Source

TryGetExtension(Int32, out IGrainExtension)

Gets the extension from this instance if it is available.

Declaration
bool TryGetExtension(int interfaceId, out IGrainExtension extension)
Parameters
Type Name Description
System.Int32 interfaceId

The interface id.

IGrainExtension extension

The extension.

Returns
Type Description
System.Boolean

true if the extension is found, false otherwise.

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX