ResolveHandler.CreateQueue Method

Creates a Queue.T. from the specified path.

Namespace:  TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static Queue<string> CreateQueue(
    string path
)

Parameters

path

Type: System.String
The path to create a Queue.T. from.

Return Value

Type: Queue.String.
A Queue.T. created from path.

Reference

ResolveHandler Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace