ServiceRegistry.

SetServiceListCallback(string, Action<List<InformationServiceSet>>) Method

Syntax

public void SetServiceListCallback(string serviceName, Action<List<InformationServiceSet>> callback)

Parameters

Name Type Description
serviceName string
callback Action<List<InformationServiceSet>>

Return Value

Type Description
void