[This is preliminary documentation and subject to change.]

Contains arbitrary items in a list that can be sent between applications.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class Payload
    Implements ISerializable
C#
[SerializableAttribute]
public class Payload : ISerializable
C++
[SerializableAttribute]
ref class Payload : ISerializable
J#
/** @attribute SerializableAttribute() */
public class Payload implements ISerializable
JScript
public 
   SerializableAttribute
class Payload extends ISerializable

Remarks

This is the main object that is used to return lists of SharedMediaFileInfo and SharedMediaFolderInfo instances, based on queries made through IPlayOnProvider.GetSharedMedia().

Inheritance Hierarchy

System.Object
   MediaMallTechnologies.Plugin.Payload

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also