Click or drag to resize

IGHARemoteObjectBind Method (IGHARemoteObject, IGHARemoteObject)

[This is preliminary documentation and is subject to change.]

Bind the two specified remote objects to each other

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool Bind(
	IGHARemoteObject object1,
	IGHARemoteObject object2
)

Parameters

object1
Type: RemoteLibIGHARemoteObject
Remote object 1
object2
Type: RemoteLibIGHARemoteObject
Remote object 2

Return Value

Type: Boolean
True if successful
See Also