[]
        
(Showing Draft Content)

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

MoveAsync Method

MoveAsync(Guid, int, int)

Moves an item from the specified position to the new one.

Declaration
public Task MoveAsync(Guid eTag, int fromIndex, int toIndex)
Parameters
Type Name Description
Guid eTag

The token that determines whether the calling collection is synchronized.

int fromIndex

From index.

int toIndex

To index.

Returns
Type Description
Task