Click or drag to resize
MemberDefCreate Method (String, String, String, String)
Create a MemberDef with the specified parameters

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static MemberDef Create(
	string memberName,
	string discovery,
	string listen,
	string remote
)

Parameters

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

Return Value

Type: MemberDef
MemberDef object
See Also