| RtspClientFactoryRemoveClient Method  | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static bool RemoveClient(
	RtspConfig config
)
Public Shared Function RemoveClient ( 
	config As RtspConfig
) As Boolean
public:
static bool RemoveClient(
	RtspConfig^ config
)
static member RemoveClient : 
        config : RtspConfig -> bool 
Parameters
- config
 - Type: Ozeki.CameraRtspConfig
 
Return Value
Type: 
Boolean
See Also