GitHttpClient.GetBlobAsync Method
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Function GetBlobAsync ( _
repositoryId As Guid, _
sha1 As String, _
userState As Object _
) As Task(Of GitBlobRef)
public Task<GitBlobRef> GetBlobAsync(
Guid repositoryId,
string sha1,
Object userState
)
public:
Task<GitBlobRef^>^ GetBlobAsync(
Guid repositoryId,
String^ sha1,
Object^ userState
)
member GetBlobAsync :
repositoryId:Guid *
sha1:string *
userState:Object -> Task<GitBlobRef>
public function GetBlobAsync(
repositoryId : Guid,
sha1 : String,
userState : Object
) : Task<GitBlobRef>
Parameters
- repositoryId
Type: System.Guid
- sha1
Type: System.String
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<GitBlobRef>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.