| GameLiftManagerRemoveOpFunctionCallbackByCallbackId Method |
Removes the corresponding callback function 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 RemoveOpFunctionCallbackByCallbackId(
string callbackId
)
Public Sub RemoveOpFunctionCallbackByCallbackId (
callbackId As String
)
public:
void RemoveOpFunctionCallbackByCallbackId(
String^ callbackId
)
member RemoveOpFunctionCallbackByCallbackId :
callbackId : string -> unit
Parameters
- callbackId
- Type: SystemString
The OpCode function's callback id
See Also