EldoS
MsgConnect home / Documentation / InetTransport.OutgoingMemoryThreshold property
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


InetTransport.OutgoingMemoryThreshold

InetTransport     See also    


Specifies the maximum size of the message which is sent from memory buffer.

Declaration

[C++]
    void setOutgoingMemoryThreshold(unsigned long Value);
    unsigned long getOutgoingMemoryThreshold(void);

[Pascal]
    property OutgoingMemoryThreshold : longint;

[VB6]
    Property OutgoingMemoryThreshold As Long

[ActiveX]
    HRESULT _stdcall OutgoingMemoryThreshold([in] long Value );
    HRESULT _stdcall OutgoingMemoryThreshold([out, retval] long * Value );

[C#]
    public int OutgoingMemoryThreshold;

[VB.NET]
    Public Property OutgoingMemoryThreshold As Integer

[Java]
    public void setOutgoingMemoryThreshold(long value);
    public long getOutgoingMemoryThreshold();

[Java ME]
    public void setOutgoingMemoryThreshold(long value);
    public long getOutgoingMemoryThreshold();

[Palm]
    void setOutgoingMemoryThreshold(unsigned long Value);
    unsigned long getOutgoingMemoryThreshold(void);

[DLL]
    void __stdcall MCInetTransportSetOutgoingMemoryThreshold(HMCInetTransport h, unsigned long value);
    unsigned long __stdcall MCInetTransportGetOutgoingMemoryThreshold(HMCInetTransport h);

Parameters

  • h - handle to the object that was returned by Create method

Description

    This property specifies how large messages are placed into temporary files on disk instead of memory before delivery. If the message is smaller then the value of this property, memory buffer is created to increase transfer speed. If the message is larger, temporary file is allocated. This rule is only effective, when UseTempFilesForOutgoing property is set to true.

See also:     TempFilesFolder     UseTempFilesForOutgoing

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation