Interface IJsEventFactory
Provides a factory for creating instances of IJsEvent.
public interface IJsEventFactory
- Extension Methods
Methods
Create()
Creates a new instance of IJsEvent.
IJsEvent Create()
Returns
Remarks
If you are creating this IJsEvent instance yourself using this factory, then you need to manually call DisposeAsync(); otherwise, you will get a memory leak.