Delegate BilingualParserFactory
Used to allow the component to retrieve a bilingual parser whenever it needs one
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public delegate IBilingualParser BilingualParserFactory();
Returns
| Type |
Description |
| IBilingualParser |
Used to allow the component to retrieve a bilingual parser whenever it needs one |
Constructors
BilingualParserFactory(Object, IntPtr)
Declaration
public BilingualParserFactory(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| Object |
object |
|
| IntPtr |
method |
|
Methods
BeginInvoke(AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| AsyncCallback |
callback |
|
| Object |
object |
|
Returns
| Type |
Description |
| IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual IBilingualParser EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| IAsyncResult |
result |
|
Returns
Invoke()
Declaration
public virtual IBilingualParser Invoke()
Returns