NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISerializationSurrogate.SetObjectData

[To be supplied.]

[Visual Basic]
Function SetObjectData( _
   ByVal obj As Object, _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext, _
   ByVal selector As ISurrogateSelector _
) As Object
[C#]
object SetObjectData(
   object obj,
   SerializationInfo info,
   StreamingContext context,
   ISurrogateSelector selector
);
[C++]
Object* SetObjectData(
   Object* obj,
   SerializationInfo* info,
   StreamingContext context,
   ISurrogateSelector* selector
) = 0;
[JScript]
function SetObjectData(
   obj : Object,
   info : SerializationInfo,
   context : StreamingContext,
   selector : ISurrogateSelector
) : Object;

Parameters

obj
The object to be populated.
info
[To be supplied.]
context
[To be supplied.]
selector
[To be supplied.]

See Also

ISerializationSurrogate Interface | ISerializationSurrogate Members | System.Runtime.Serialization Namespace