Adds the transfer item.

Namespace:  GrassValley.Mseries.TransferQueue
Assembly:  GrassValley.Mseries.TransferQueue (in GrassValley.Mseries.TransferQueue.dll) Version: 1.0.0.0

Syntax

C#
void AddXfrItemEx(
	string srcUml,
	string destUml,
	string type,
	int securityToken,
	int processId,
	out int token
)
Visual Basic (Declaration)
Sub AddXfrItemEx ( _
	srcUml As String, _
	destUml As String, _
	type As String, _
	securityToken As Integer, _
	processId As Integer, _
	<OutAttribute> ByRef token As Integer _
)
Visual C++
void AddXfrItemEx(
	String^ srcUml, 
	String^ destUml, 
	String^ type, 
	int securityToken, 
	int processId, 
	[OutAttribute] int% token
)

Parameters

srcUml
Type: System..::.String
Source uml.
destUml
Type: System..::.String
Destination uml.
type
Type: System..::.String
Type.
securityToken
Type: System..::.Int32
User Token.
processId
Type: System..::.Int32
owner process id.
token
Type: System..::.Int32 %
Token.

See Also