Okapi .NET Library

Log.Cancel Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.Cancel.

[Visual Basic]
Public Sub Cancel( _ 
   ByVal p_bAskConfirmation As Boolean _ 
) _
    Implements ILog.Cancel
[C#]
public void Cancel(
   bool p_bAskConfirmation
);
[C++]
public: void Cancel(
   bool p_bAskConfirmation
);
[JScript]
public function Cancel(
   bool p_bAskConfirmation
);

Implements

ILog.Cancel

See Also

Log Class | Okapi.Library.Base Namespace