| MonkeyspeakEngineLoadFromStreamAsync Method (Stream) |
[This is preliminary documentation and is subject to change.]
Loads a Monkeyspeak script from a Stream into a
Page.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public Task<Page> LoadFromStreamAsync(
Stream stream
)
Public Function LoadFromStreamAsync (
stream As Stream
) As Task(Of Page)
public:
Task<Page^>^ LoadFromStreamAsync(
Stream^ stream
)
member LoadFromStreamAsync :
stream : Stream -> Task<Page>
Parameters
- stream
- Type: System.IOStream
Stream that contains the Monkeyspeak script. Closes the stream.
Return Value
Type:
TaskPagePageSee Also