[This is preliminary documentation and is subject to change.]
Namespace: NFX.Glue.ImplementationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public serverImplementer(
ServerHandler handler,
ServerEndPoint sep,
Type contract
)
public serverImplementer(
ServerHandler handler,
ServerEndPoint sep,
Type contract
)
Public Sub New (
handler As ServerHandler,
sep As ServerEndPoint,
contract As Type
)
Public Sub New (
handler As ServerHandler,
sep As ServerEndPoint,
contract As Type
)
public:
serverImplementer(
ServerHandler^ handler,
ServerEndPoint^ sep,
Type^ contract
)
public:
serverImplementer(
ServerHandler^ handler,
ServerEndPoint^ sep,
Type^ contract
)
new :
handler : ServerHandler *
sep : ServerEndPoint *
contract : Type -> serverImplementer
new :
handler : ServerHandler *
sep : ServerEndPoint *
contract : Type -> serverImplementer