IDataServiceStreamProvider2.GetStreamETag メソッド (Object, ResourceProperty, DataServiceOperationContext)
指定した名前付きストリームの eTag を返します。
名前空間: System.Data.Services.Providers
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Function GetStreamETag ( _
entity As Object, _
streamProperty As ResourceProperty, _
operationContext As DataServiceOperationContext _
) As String
'使用
Dim instance As IDataServiceStreamProvider2
Dim entity As Object
Dim streamProperty As ResourceProperty
Dim operationContext As DataServiceOperationContext
Dim returnValue As String
returnValue = instance.GetStreamETag(entity, _
streamProperty, operationContext)
string GetStreamETag(
Object entity,
ResourceProperty streamProperty,
DataServiceOperationContext operationContext
)
String^ GetStreamETag(
Object^ entity,
ResourceProperty^ streamProperty,
DataServiceOperationContext^ operationContext
)
abstract GetStreamETag :
entity:Object *
streamProperty:ResourceProperty *
operationContext:DataServiceOperationContext -> string
function GetStreamETag(
entity : Object,
streamProperty : ResourceProperty,
operationContext : DataServiceOperationContext
) : String
パラメーター
- entity
型: System.Object
名前付きストリームが属するエンティティ。
- streamProperty
型: System.Data.Services.Providers.ResourceProperty
名前付きストリームを表す ResourceProperty オブジェクト。
- operationContext
型: System.Data.Services.DataServiceOperationContext
要求を処理するためにデータ サービスによって使用される DataServiceOperationContext インスタンス。
戻り値
型: System.String
指定した名前付きストリームの eTag 値。