TfsMessageQueue.BeginClose Method (AsyncCallback, Object)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function BeginClose ( _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
public IAsyncResult BeginClose(
AsyncCallback callback,
Object state
)
public:
IAsyncResult^ BeginClose(
AsyncCallback^ callback,
Object^ state
)
member BeginClose :
callback:AsyncCallback *
state:Object -> IAsyncResult
public function BeginClose(
callback : AsyncCallback,
state : Object
) : IAsyncResult
Parameters
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.
.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.