Method FromObjectData

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Misc

Assembly

MongoDB.Driver.dll

FromObjectData(List)

Creates an end point from object data saved during serialization.

public static EndPoint FromObjectData(List<object> info)

Parameters

info List<object>

The object data.

Returns

EndPoint

An end point.