TeamFoundationFileService.UploadFile-Methode (TeamFoundationRequestContext, array<Byte[], array<Byte[], Int64, CompressionType)
Lädt die angegebene Datei dem Blob-Speicher hoch
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function UploadFile ( _
requestContext As TeamFoundationRequestContext, _
content As Byte(), _
hashValue As Byte(), _
uncompressedLength As Long, _
compressionType As CompressionType _
) As Integer
public int UploadFile(
TeamFoundationRequestContext requestContext,
byte[] content,
byte[] hashValue,
long uncompressedLength,
CompressionType compressionType
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- content
Typ: array<System.Byte[]
- hashValue
Typ: array<System.Byte[]
- uncompressedLength
Typ: System.Int64
- compressionType
Typ: Microsoft.TeamFoundation.Framework.Server.CompressionType
Rückgabewert
Typ: System.Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.