Returns the callback data that was sent by the client.
This method should be called on RaiseCallbackEvent call.
RequestId is recovered once this method is called.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public string ProcessRequest( string eventArgument ) |
Visual Basic |
---|
Public Function ProcessRequest ( _ eventArgument As String _ ) As String |
Parameters
- eventArgument
- Type: System..::..String