| GameLiftManagerSetOpFunctionCallback Method (GameLiftManagerOpFunctionCallback) |
Generate callback id with given information.
save the callback with generated id as the key into dictionary
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public byte[] SetOpFunctionCallback(
GameLiftManagerOpFunctionCallback callback
)
Public Function SetOpFunctionCallback (
callback As GameLiftManagerOpFunctionCallback
) As Byte()
public:
array<unsigned char>^ SetOpFunctionCallback(
GameLiftManagerOpFunctionCallback^ callback
)
member SetOpFunctionCallback :
callback : GameLiftManagerOpFunctionCallback -> byte[]
Parameters
- callback
- Type: ASLGameLiftManagerOpFunctionCallback
user pre-defined callback function
Return Value
Type:
ByteA unique callback id in byte array
See Also