Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This method is seldom useful and has been deprecated",  _
	False)> _
Public Function BeginEnhancedTurn ( _
	nodeName As String, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
C#
[ObsoleteAttribute("This method is seldom useful and has been deprecated", 
	false)]
public IAsyncResult BeginEnhancedTurn(
	string nodeName,
	AsyncCallback callback,
	Object state
)

Parameters

nodeName
Type: System..::..String
callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also