ObjectDisposer

Overview

This class is used internally by the invoker to ensure that Dispose is called (where required) on the server side for all objects received from and sent back to the client.

You will not usually create or work with instances of this class directly.

Location

Instance Methods


constructor

 

constructor(count: Int32)

 

ObjectDisposer(Int32 count)

 

Sub New(count As Int32)

Parameters:

  • count:

Add

 

method Add(item: Object)

 

void Add(Object item)

 

Sub Add(item As Object)

Parameters:

  • item:

Dispose

 

method Dispose

 

void Dispose()

 

Sub Dispose()