Delegate ReplicationServer.LogHandler
  
  
  
    - Namespace
 - Coherence.Toolkit.ReplicationServer
 
  - Assembly
 - Coherence.Toolkit.dll
 
   
  
  
  
    public delegate void ReplicationServer.LogHandler(string log)
   
  Parameters
  
    log string 
    
  
  Constructors
  
  
  
  
  
    public LogHandler(object @object, IntPtr method)
   
  Parameters
  
    object object 
    
    method IntPtr 
    
  
  Methods
  
  
  
  
  
    public virtual IAsyncResult BeginInvoke(string log, AsyncCallback callback, object @object)
   
  Parameters
  
    log string 
    
    callback AsyncCallback 
    
    object object 
    
  
  Returns
  
    - IAsyncResult
 
    
  
  
  
  
  
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
    result IAsyncResult 
    
  
  
  
  
  
  
    public virtual void Invoke(string log)
   
  Parameters
  
    log string