HashHelper.HashPort 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.
Overloads
HashPort(String, String) | |
HashPort(Type, String) |
HashPort(String, String)
public:
static Guid HashPort(System::String ^ orchestrationTypeName, System::String ^ portName);
public static Guid HashPort (string orchestrationTypeName, string portName);
static member HashPort : string * string -> Guid
Public Shared Function HashPort (orchestrationTypeName As String, portName As String) As Guid
Parameters
- orchestrationTypeName
- String
- portName
- String
Returns
Applies to
HashPort(Type, String)
public:
static Guid HashPort(Type ^ orchestrationType, System::String ^ portName);
public static Guid HashPort (Type orchestrationType, string portName);
static member HashPort : Type * string -> Guid
Public Shared Function HashPort (orchestrationType As Type, portName As String) As Guid
Parameters
- orchestrationType
- Type
- portName
- String