[]
        
(Showing Draft Content)

C1.DataCollection.SignalR.Server.C1DataCollectionHub-1.InsertAsync

InsertAsync Method

InsertAsync(Guid, int, T)

Inserts the specified item at the specified index in the collection.

Declaration
public Task<int> InsertAsync(Guid eTag, int index, T addedItem)
Parameters
Type Name Description
Guid eTag

The token that determines whether the calling collection is synchronized.

int index

The index where the item will be inserted.

T addedItem

The item to be inserted.

Returns
Type Description
Task<int>