[TIBCO.EMS .NET Admin client library 6.3 documentation]

Replace the current incoming selector on a given topic with a new one.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void UpdateIncomingSelector(
	RouteSelector rs
)
Public Sub UpdateIncomingSelector ( _
	rs As RouteSelector _
)
public:
void UpdateIncomingSelector(
	RouteSelector^ rs
)

Parameters

rs
Type: TIBCO.EMS.ADMIN..::.RouteSelector
the updated selector.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionif rs is null.

See Also