| GameLiftManagerRemoveOpFunctionCallbackNoParamByCallbackId Method |
Removes the corresponding callback function without parameter by the given callback id from the dictionary.
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void RemoveOpFunctionCallbackNoParamByCallbackId(
string callbackId
)
Public Sub RemoveOpFunctionCallbackNoParamByCallbackId (
callbackId As String
)
public:
void RemoveOpFunctionCallbackNoParamByCallbackId(
String^ callbackId
)
member RemoveOpFunctionCallbackNoParamByCallbackId :
callbackId : string -> unit
Parameters
- callbackId
- Type: SystemString
The OpCode function's callback id
See Also