Okapi .NET Library

ILog.GetCallerData Method 

 [This is preliminary documentation and subject to change.]

Gets the implementation-specific data of the caller set by SetCallerData.

[Visual Basic]
Function GetCallerData() As Long
[C#]
long GetCallerData();
[C++]
__int64 GetCallerData();
[JScript]
function GetCallerData(): long;

Return Value

The caller data value.

See Also

ILog Interface | Okapi.Library.Base Namespace