StorageProviderUtils.PrintOneWrite 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.
public static string PrintOneWrite (System.Collections.Generic.IEnumerable<Tuple<string,string>> keys, object data, string eTag);
static member PrintOneWrite : seq<string * string> * obj * string -> string
Public Shared Function PrintOneWrite (keys As IEnumerable(Of Tuple(Of String, String)), data As Object, eTag As String) As String
Parameters
- keys
- IEnumerable<Tuple<String,String>>
- data
- Object
- eTag
- String