Click or drag to resize

IGHARemoteObjectUnBind Method (IGHARemoteObject)

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

Unbind the specified object from any bindings

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

Parameters

destination
Type: RemoteLibIGHARemoteObject
Object to unbind

Return Value

Type: Boolean
True if successful
See Also