Create a MemberDef with the specified parameters

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public static MemberDef Create(
	string memberName,
	string discovery,
	string listen,
	string remote
)
Visual Basic
Public Shared Function Create ( _
	memberName As String, _
	discovery As String, _
	listen As String, _
	remote As String _
) As MemberDef
Visual C++
public:
static MemberDef^ Create(
	String^ memberName, 
	String^ discovery, 
	String^ listen, 
	String^ remote
)

Parameters

memberName
Type: System..::..String
Name of the member.
discovery
Type: System..::..String
The discovery.
listen
Type: System..::..String
The listen.
remote
Type: System..::..String
The remote discovery url.

Return Value

MemberDef object

See Also