Click or drag to resize

IGHARemoteObjectBind Method (IGHARemoteObject)

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

Bind the remote object to the specified object

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

Parameters

destination
Type: RemoteLibIGHARemoteObject
Object with which to bind

Return Value

Type: Boolean
True if successful
See Also