IPluginDataStore.Write method
Write data to the named file, overwriting any existing content. No-op on IO failure.
public void Write(string name, byte[] data)| parameter | description |
|---|---|
| name | Relative file name (see type remarks for the allowed shape). |
| data | The bytes to store. |
See Also
Section titled “See Also”- interface IPluginDataStore
- namespace Stellar.Abstractions.Services