A simple echo test
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public string TestEcho( string echo ) |
Visual Basic (Declaration) |
---|
Public Function TestEcho ( _ echo As String _ ) As String |
Visual C++ |
---|
public: String^ TestEcho( String^ echo ) |
Parameters
- echo
- Type: System..::.String
Some text that will be echo back to you
Return Value
The text sentRemarks
This method encapsulates test.echo
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |