StoppedEvent.Write(BinaryWriter) 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.
Writes the state of this object into a byte array.
public override void Write (System.IO.BinaryWriter bw);
override this.Write : System.IO.BinaryWriter -> unit
Public Overrides Sub Write (bw As BinaryWriter)
Parameters
- bw
- BinaryWriter
A BinaryWriter object.
Exceptions
An I/O error occurs.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET