[Missing <summary> documentation for "M:GrassValley.Mseries.TransferQueue.TransferQueueProxy.AddXfrItemEx2(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32@)"]

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

Syntax

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

Parameters

srcUml
Type: System..::.String

[Missing <param name="srcUml"/> documentation for "M:GrassValley.Mseries.TransferQueue.TransferQueueProxy.AddXfrItemEx2(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32@)"]

destUml
Type: System..::.String

[Missing <param name="destUml"/> documentation for "M:GrassValley.Mseries.TransferQueue.TransferQueueProxy.AddXfrItemEx2(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32@)"]

type
Type: System..::.String

[Missing <param name="type"/> documentation for "M:GrassValley.Mseries.TransferQueue.TransferQueueProxy.AddXfrItemEx2(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32@)"]

username
Type: System..::.String

[Missing <param name="username"/> documentation for "M:GrassValley.Mseries.TransferQueue.TransferQueueProxy.AddXfrItemEx2(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32@)"]

password
Type: System..::.String

[Missing <param name="password"/> documentation for "M:GrassValley.Mseries.TransferQueue.TransferQueueProxy.AddXfrItemEx2(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32@)"]

domain
Type: System..::.String

[Missing <param name="domain"/> documentation for "M:GrassValley.Mseries.TransferQueue.TransferQueueProxy.AddXfrItemEx2(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32@)"]

token
Type: System..::.Int32 %

[Missing <param name="token"/> documentation for "M:GrassValley.Mseries.TransferQueue.TransferQueueProxy.AddXfrItemEx2(System.String,System.String,System.String,System.String,System.String,System.String,System.Int32@)"]

Implements

IXfrQueue2..::.AddXfrItemEx2(String, String, String, String, String, String, Int32%)

See Also