Click or drag to resize

ControllerOpen Method

If you want to call a controller just nu get an instance of it you can use this method as a target. You may also override this method in your controller implementation.

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public virtual Task Open()

Return Value

Type: Task
Task
See Also