DataCollection
ReplaceAsync メソッド (C1DataCollectionHub<T>)

C1.DataCollection.SignalR.Server アセンブリ > C1.DataCollection.SignalR.Server 名前空間 > C1DataCollectionHub<T> クラス : ReplaceAsync メソッド
The token that determines whether the calling collection is synchronized.
The index.
The item.
Replaces the item at the specified index by the new specified item.
シンタックス
'宣言
 
Public Function ReplaceAsync( _
   ByVal eTag As System.Guid, _
   ByVal index As System.Integer, _
   ByVal item As T _
) As System.Threading.Tasks.Task(Of Integer)
public System.Threading.Tasks.Task<int> ReplaceAsync( 
   System.Guid eTag,
   System.int index,
   T item
)

パラメータ

eTag
The token that determines whether the calling collection is synchronized.
index
The index.
item
The item.
参照

C1DataCollectionHub<T> クラス
C1DataCollectionHub<T> メンバ