Visual Basic (Declaration) | |
---|---|
Public Sub Remove( _ ByVal tag As Object, _ ByVal onCompleted As OnBGGrpRemoved _ ) |
C# | |
---|---|
public void Remove( object tag, OnBGGrpRemoved onCompleted ) |
Parameters
- tag
- This object is passed to the competion handler and allows the user to pass any information that may be needed in the completion handler. Nothing (null) can be specified if the application does not require to pass any information.
- onCompleted
- Completion notification handler. void xxx(BGException ex, object tag)