Click or drag to resize

RopeRemoteApiClientHelperGetRemoteAPIClient Method

Get a new RemoteApiClient object which can be used to query the RoPE RemoteApi

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public RemoteApiClient GetRemoteAPIClient(
	string ropeRemoteAPIUrl
)

Parameters

ropeRemoteAPIUrl
Type: SystemString
Url of RoPE remote API

Return Value

Type: RemoteApiClient
See Also