Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Subscription Dim silent As Boolean Dim callback As AsyncCallback Dim userData As Object Dim value As IAsyncResult value = instance.BeginDelete(silent, callback, userData) |
C# | |
---|---|
public IAsyncResult BeginDelete( bool silent, AsyncCallback callback, object userData ) |
Parameters
- silent
- If TRUE the subscription state is not checked and exceptions are ignored.
- callback
- userData
- The user data that is passed to the callback.
Return Value
An object which must be passed to the EndReadValue method.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x