Okapi .NET Library

IFilter.Initialize Method 

 [This is preliminary documentation and subject to change.]

Initializes the filter object.

[Visual Basic]
Sub Initialize( _ 
   ByVal p_Log As ILog _ 
)
[C#]
void Initialize(
   ILog p_Log
);
[C++]
void Initialize(
   ILog* p_Log
);
[JScript]
function Initialize(
   ILog p_Log
);

Parameters

p_Log
The log object to use.

Remarks

This method must be called first after the creation of the object.

See Also

IFilter Interface | Okapi.Library.Filter Namespace