BaseAsyncResult Constructor
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
userCallback As AsyncCallback, _
stateObject As Object _
)
public BaseAsyncResult(
AsyncCallback userCallback,
Object stateObject
)
public:
BaseAsyncResult(
AsyncCallback^ userCallback,
Object^ stateObject
)
new :
userCallback:AsyncCallback *
stateObject:Object -> BaseAsyncResult
public function BaseAsyncResult(
userCallback : AsyncCallback,
stateObject : Object
)
Parameters
- userCallback
Type: System.AsyncCallback
- stateObject
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.