Transfer immediately.

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

Syntax

C#
void XfrImmediateEx2(
	string srcUml,
	string destUml,
	string username,
	string password,
	string domain,
	out int token
)
Visual Basic (Declaration)
Sub XfrImmediateEx2 ( _
	srcUml As String, _
	destUml As String, _
	username As String, _
	password As String, _
	domain As String, _
	<OutAttribute> ByRef token As Integer _
)
Visual C++
void XfrImmediateEx2(
	String^ srcUml, 
	String^ destUml, 
	String^ username, 
	String^ password, 
	String^ domain, 
	[OutAttribute] int% token
)

Parameters

srcUml
Type: System..::.String
source uml.
destUml
Type: System..::.String
destination uml.
username
Type: System..::.String
User Name.
password
Type: System..::.String
Password.
domain
Type: System..::.String
Domain.
token
Type: System..::.Int32 %
Token.

See Also