Performs a map call.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual string PerformMapCall(
	string identifier,
	string primaryKey
)
Visual Basic
Protected Overridable Function PerformMapCall ( 
	identifier As String,
	primaryKey As String
) As String
Visual C++
protected:
virtual String^ PerformMapCall(
	String^ identifier, 
	String^ primaryKey
)
F#
abstract PerformMapCall : 
        identifier : string * 
        primaryKey : string -> string 
override PerformMapCall : 
        identifier : string * 
        primaryKey : string -> string 

Parameters

identifier
Type: System..::..String
Identifier.
primaryKey
Type: System..::..String
Primary key.

Return Value

Type: String
Rpxnow response for the map call.

See Also