|
ClientBaseDataEventHandler Delegate
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Furcadia.Net.DirectConnection.ClientBase.DataEventHandler"]
Namespace:
Furcadia.Net.DirectConnection
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public delegate string DataEventHandler(
ref string data
)
Public Delegate Function DataEventHandler (
ByRef data As String
) As String
Dim instance As New DataEventHandler(AddressOf HandlerMethod)
public delegate String^ DataEventHandler(
String^% data
)
type DataEventHandler =
delegate of
data : string byref -> string
Parameters
- data
- Type: SystemString
Return Value
Type:
StringSee Also