InputAnimation.ToStreamAsync(Stream, Single, Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serialize animation data into a stream asynchronously.
public System.Threading.Tasks.Task ToStreamAsync (System.IO.Stream stream, float startTime, Action callback = default);
member this.ToStreamAsync : System.IO.Stream * single * Action -> System.Threading.Tasks.Task
Public Function ToStreamAsync (stream As Stream, startTime As Single, Optional callback As Action = Nothing) As Task
Parameters
- stream
- Stream
- startTime
- Single
- callback
- Action