Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetRouteUrl( _ ByVal routeParameters As System.Object _ ) As System.String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebScheduler Dim routeParameters As System.Object Dim value As System.String value = instance.GetRouteUrl(routeParameters) |
C# | |
---|---|
public System.string GetRouteUrl( System.object routeParameters ) |
Delphi | |
---|---|
public function GetRouteUrl( routeParameters: System.TObject ): System.String; |
JScript | |
---|---|
public function GetRouteUrl( routeParameters : System.Object ) : System.String; |
Managed Extensions for C++ | |
---|---|
public: System.string* GetRouteUrl( System.Object* routeParameters ) |
C++/CLI | |
---|---|
public: System.String^ GetRouteUrl( System.Object^ routeParameters ) |
Parameters
- routeParameters
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2