[]
        
(Showing Draft Content)

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

RemoveAsync Method

RemoveAsync(Guid, int)

Removes the item at the specified index from the collection.

Declaration
public Task RemoveAsync(Guid eTag, int index)
Parameters
Type Name Description
Guid eTag

The token that determines whether the calling collection is synchronized.

int index

The index.

Returns
Type Description
Task