IdSpan.Create(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.