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

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

Syntax

C#
public void GetProgressInfo(
	int token,
	out int nXfrState,
	out int hrInternal,
	out ulong nTotalBytes,
	out ulong nCurBytes,
	out ulong nTotalFields,
	out ulong nCurFields,
	out int nAveRate,
	out int nLastRate
)
Visual Basic (Declaration)
Public Sub GetProgressInfo ( _
	token As Integer, _
	<OutAttribute> ByRef nXfrState As Integer, _
	<OutAttribute> ByRef hrInternal As Integer, _
	<OutAttribute> ByRef nTotalBytes As ULong, _
	<OutAttribute> ByRef nCurBytes As ULong, _
	<OutAttribute> ByRef nTotalFields As ULong, _
	<OutAttribute> ByRef nCurFields As ULong, _
	<OutAttribute> ByRef nAveRate As Integer, _
	<OutAttribute> ByRef nLastRate As Integer _
)
Visual C++
public:
virtual void GetProgressInfo(
	int token, 
	[OutAttribute] int% nXfrState, 
	[OutAttribute] int% hrInternal, 
	[OutAttribute] unsigned long long% nTotalBytes, 
	[OutAttribute] unsigned long long% nCurBytes, 
	[OutAttribute] unsigned long long% nTotalFields, 
	[OutAttribute] unsigned long long% nCurFields, 
	[OutAttribute] int% nAveRate, 
	[OutAttribute] int% nLastRate
) sealed

Parameters

token
Type: System..::.Int32

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

nXfrState
Type: System..::.Int32 %

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

hrInternal
Type: System..::.Int32 %

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

nTotalBytes
Type: System..::.UInt64 %

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

nCurBytes
Type: System..::.UInt64 %

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

nTotalFields
Type: System..::.UInt64 %

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

nCurFields
Type: System..::.UInt64 %

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

nAveRate
Type: System..::.Int32 %

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

nLastRate
Type: System..::.Int32 %

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

Implements

IXfrQueue2..::.GetProgressInfo(Int32, Int32%, Int32%, UInt64%, UInt64%, UInt64%, UInt64%, Int32%, Int32%)

See Also