SoConverterListenToServer Method |
Note: This API is now obsolete.
Used by a client converter if in distributed mode.
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void ListenToServer(
string[] argv
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub ListenToServer (
argv As String()
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void ListenToServer(
array<String^>^ argv
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member ListenToServer :
argv : string[] -> unit
Parameters
- argv
- Type: SystemString
Remarksargv must contain the executable name, server host name, and port number. Obsoletesince Open Inventor 9000
No more supported.
See Also