A hello world!
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public string TestHello() |
Visual Basic (Declaration) |
---|
Public Function TestHello As String |
Visual C++ |
---|
public: String^ TestHello() |
Return Value
hello world!Remarks
This method encapsulates test.hello
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |