Okapi .NET Library

Log.EndProcess Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.EndProcess.

[Visual Basic]
Public Sub EndProcess( _ 
   ByVal p_sText As String _ 
) _
    Implements ILog.EndProcess
[C#]
public void EndProcess(
   string p_sText
);
[C++]
public: void EndProcess(
   String* p_sText
);
[JScript]
public function EndProcess(
   String p_sText
);

Implements

ILog.EndProcess

See Also

Log Class | Okapi.Library.Base Namespace