Edit

Share via


IdSpan.Create(String) Method

Definition

Creates a new IdSpan instance from the provided value.

public static Orleans.Runtime.IdSpan Create (string? id);
static member Create : string -> Orleans.Runtime.IdSpan
Public Shared Function Create (id As String) As IdSpan

Parameters

id
String

Returns

A new IdSpan corresponding to the provided id.

Applies to