Okapi .NET Library

ILog.SetCallerData Method 

 [This is preliminary documentation and subject to change.]

Sets the implementation-specific data of the caller.

[Visual Basic]
Sub SetCallerData( _ 
   ByVal p_lData As Long _ 
)
[C#]
void SetCallerData(
   long p_lData
);
[C++]
void SetCallerData(
   __int64 p_lData
);
[JScript]
function SetCallerData(
   long p_lData
);

See Also

ILog Interface | Okapi.Library.Base Namespace