Click or drag to resize

ProtocolRegisterService Method

Registers a service.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public bool RegisterService(
	ServiceProvider service
)

Parameters

service
Type: Demo3D.NetServiceProvider
The service provider to register.

Return Value

Type: Boolean
False if the service was already registered.
Remarks
The service will be available to ProtocolSocket.FindService(). If this service is already supported by an existing implementation, then this takes precedence. It hides the previous implementation until unregistered.
See Also