JAMS Developer Guide
GetRemoteObject<T> Method


MVPSI.JAMS Namespace > Server Class : GetRemoteObject<T> Method
The interface to be created.
The name of the Object.
Creates an interface to the desired object on this server.
Syntax
'Declaration
 
Public Function GetRemoteObject(Of T)( _
   ByVal objName As System.String _
) As T
'Usage
 
Dim instance As Server
Dim objName As System.String
Dim value As T
 
value = instance.GetRemoteObject(Of T)(objName)
public T GetRemoteObject<T>( 
   System.string objName
)

Parameters

objName
The name of the Object.

Type Parameters

T
The interface to be created.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Server Class
Server Members