예제 #1
0
 internal WritableStreamImpl(WritableStream stream)
 {
     _stream = stream;
 }
예제 #2
0
 public void GetBlobToStream(string containerName, string blobName, WritableStream stream, object options, AsyncResultCallback <CloudBlockBlob> callback)
 {
 }