你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeId.TryParse(String, NodeId) Method

Definition

public static bool TryParse(string from, out System.Fabric.NodeId parsedNodeId);
static member TryParse : string * NodeId -> bool
Public Shared Function TryParse (from As String, ByRef parsedNodeId As NodeId) As Boolean

Parameters

from
System.String
parsedNodeId
NodeId

Returns

System.Boolean

Applies to