MLSession
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 1
History | Member | |
---|---|---|
676 | ForwardAsync(data: Dictionary): Dictionary | |
inherited from Object | ||
647 | ClassName: string | |
647 | className: string | |
647 | GetPropertyChangedSignal(property: string): RBXScriptSignal | |
647 | IsA(className: string): bool | |
650 | isA(className: string): bool | |
647 | Changed(property: string) |
Description
History 2
- 676 Add ForwardAsync
- 676 Add MLSession
Members 1
ForwardAsync
Parameters (1) | ||
---|---|---|
data | Dictionary | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Thread safety | Unsafe |
---|
History 1
- 676 Add ForwardAsync