?? system.messaging.cs
字號:
Boolean disposed;
Void System.Messaging.MessageEnumerator( Class System.Messaging.MessageQueue owner);
Class System.Messaging.Message get_Current();
Object System.Collections.IEnumerator.get_Current();
I get_CursorHandle();
Void Close();
Void Dispose();
Void Dispose( Boolean disposing);
Void Finalize();
Boolean MoveNext();
Boolean MoveNext( ValueClass System.TimeSpan timeout);
Class System.Messaging.Message RemoveCurrent();
Class System.Messaging.Message RemoveCurrent( Class System.Messaging.MessageQueueTransaction transaction);
Class System.Messaging.Message RemoveCurrent( ValueClass System.Messaging.MessageQueueTransactionType transactionType);
Class System.Messaging.Message RemoveCurrent( ValueClass System.TimeSpan timeout);
Class System.Messaging.Message RemoveCurrent( ValueClass System.TimeSpan timeout, Class System.Messaging.MessageQueueTransaction transaction);
Class System.Messaging.Message RemoveCurrent( ValueClass System.TimeSpan timeout, ValueClass System.Messaging.MessageQueueTransactionType transactionType);
Class System.Messaging.Message RemoveCurrent( ValueClass System.TimeSpan timeout, Class System.Messaging.MessageQueueTransaction transaction, ValueClass System.Messaging.MessageQueueTransactionType transactionType);
Void Reset();
property Current { get(){} set(){} };
property CursorHandle { get(){} set(){} };
}
class System.Messaging.MessagePriority : System.Enum
{
I4 value__;
ValueClass System.Messaging.MessagePriority Lowest;
ValueClass System.Messaging.MessagePriority VeryLow;
ValueClass System.Messaging.MessagePriority Low;
ValueClass System.Messaging.MessagePriority Normal;
ValueClass System.Messaging.MessagePriority AboveNormal;
ValueClass System.Messaging.MessagePriority High;
ValueClass System.Messaging.MessagePriority VeryHigh;
ValueClass System.Messaging.MessagePriority Highest;
}
class System.Messaging.MessagePropertyFilter : System.Object
{
I4 ACKNOWLEDGEMENT;
I4 ACKNOWLEDGE_TYPE;
I4 ADMIN_QUEUE;
I4 BODY;
I4 LABEL;
I4 ID;
I4 USE_DEADLETTER_QUEUE;
I4 RESPONSE_QUEUE;
I4 MESSAGE_TYPE;
I4 USE_JOURNALING;
I4 APP_SPECIFIC;
I4 ARRIVED_TIME;
I4 ATTACH_SENDER_ID;
I4 AUTHENTICATED;
I4 CONNECTOR_TYPE;
I4 CORRELATION_ID;
I4 CRYPTOGRAPHIC_PROVIDER_NAME;
I4 CRYPTOGRAPHIC_PROVIDER_TYPE;
I4 IS_RECOVERABLE;
I4 DIGITAL_SIGNATURE;
I4 ENCRYPTION_ALGORITHM;
I4 EXTENSION;
I4 FOREIGN_ADMIN_QUEUE;
I4 HASH_ALGORITHM;
I4 DESTINATION_QUEUE;
I4 PRIORITY;
I4 SECURITY_CONTEXT;
I4 SENDER_CERTIFICATE;
I4 SENDER_ID;
I4 SENT_TIME;
I4 SOURCE_MACHINE;
I4 SYMMETRIC_KEY;
I4 TIME_TO_BE_RECEIVED;
I4 TIME_TO_REACH_QUEUE;
I4 USE_AUTHENTICATION;
I4 USE_ENCRYPTION;
I4 USE_TRACING;
I4 VERSION;
I4 IS_FIRST_IN_TRANSACTION;
I4 IS_LAST_IN_TRANSACTION;
I4 TRANSACTION_ID;
I4 defaultBodySize;
I4 defaultExtensionSize;
I4 defaultLabelSize;
I4 data1;
I4 data2;
I4 bodySize;
I4 extensionSize;
I4 labelSize;
Void System.Messaging.MessagePropertyFilter();
Boolean get_Acknowledgment();
Void set_Acknowledgment( Boolean value);
Boolean get_AcknowledgeType();
Void set_AcknowledgeType( Boolean value);
Boolean get_AdministrationQueue();
Void set_AdministrationQueue( Boolean value);
Boolean get_AppSpecific();
Void set_AppSpecific( Boolean value);
Boolean get_ArrivedTime();
Void set_ArrivedTime( Boolean value);
Boolean get_AttachSenderId();
Void set_AttachSenderId( Boolean value);
Boolean get_Authenticated();
Void set_Authenticated( Boolean value);
Boolean get_AuthenticationProviderName();
Void set_AuthenticationProviderName( Boolean value);
Boolean get_AuthenticationProviderType();
Void set_AuthenticationProviderType( Boolean value);
Boolean get_Body();
Void set_Body( Boolean value);
Boolean get_ConnectorType();
Void set_ConnectorType( Boolean value);
Boolean get_CorrelationId();
Void set_CorrelationId( Boolean value);
I4 get_DefaultBodySize();
Void set_DefaultBodySize( I4 value);
I4 get_DefaultExtensionSize();
Void set_DefaultExtensionSize( I4 value);
I4 get_DefaultLabelSize();
Void set_DefaultLabelSize( I4 value);
Boolean get_DestinationQueue();
Void set_DestinationQueue( Boolean value);
Boolean get_DestinationSymmetricKey();
Void set_DestinationSymmetricKey( Boolean value);
Boolean get_DigitalSignature();
Void set_DigitalSignature( Boolean value);
Boolean get_EncryptionAlgorithm();
Void set_EncryptionAlgorithm( Boolean value);
Boolean get_Extension();
Void set_Extension( Boolean value);
Boolean get_HashAlgorithm();
Void set_HashAlgorithm( Boolean value);
Boolean get_Id();
Void set_Id( Boolean value);
Boolean get_IsFirstInTransaction();
Void set_IsFirstInTransaction( Boolean value);
Boolean get_IsLastInTransaction();
Void set_IsLastInTransaction( Boolean value);
Boolean get_Label();
Void set_Label( Boolean value);
Boolean get_MessageType();
Void set_MessageType( Boolean value);
Boolean get_Priority();
Void set_Priority( Boolean value);
Boolean get_Recoverable();
Void set_Recoverable( Boolean value);
Boolean get_ResponseQueue();
Void set_ResponseQueue( Boolean value);
Boolean get_SenderCertificate();
Void set_SenderCertificate( Boolean value);
Boolean get_SenderId();
Void set_SenderId( Boolean value);
Boolean get_SenderVersion();
Void set_SenderVersion( Boolean value);
Boolean get_SentTime();
Void set_SentTime( Boolean value);
Boolean get_SourceMachine();
Void set_SourceMachine( Boolean value);
Boolean get_TimeToBeReceived();
Void set_TimeToBeReceived( Boolean value);
Boolean get_TimeToReachQueue();
Void set_TimeToReachQueue( Boolean value);
Boolean get_TransactionId();
Void set_TransactionId( Boolean value);
Boolean get_TransactionStatusQueue();
Void set_TransactionStatusQueue( Boolean value);
Boolean get_UseAuthentication();
Void set_UseAuthentication( Boolean value);
Boolean get_UseDeadLetterQueue();
Void set_UseDeadLetterQueue( Boolean value);
Boolean get_UseEncryption();
Void set_UseEncryption( Boolean value);
Boolean get_UseJournalQueue();
Void set_UseJournalQueue( Boolean value);
Boolean get_UseTracing();
Void set_UseTracing( Boolean value);
Void ClearAll();
Void SetDefaults();
Void SetAll();
property Acknowledgment { get(){} set(){} };
property AcknowledgeType { get(){} set(){} };
property AdministrationQueue { get(){} set(){} };
property AppSpecific { get(){} set(){} };
property ArrivedTime { get(){} set(){} };
property AttachSenderId { get(){} set(){} };
property Authenticated { get(){} set(){} };
property AuthenticationProviderName { get(){} set(){} };
property AuthenticationProviderType { get(){} set(){} };
property Body { get(){} set(){} };
property ConnectorType { get(){} set(){} };
property CorrelationId { get(){} set(){} };
property DefaultBodySize { get(){} set(){} };
property DefaultExtensionSize { get(){} set(){} };
property DefaultLabelSize { get(){} set(){} };
property DestinationQueue { get(){} set(){} };
property DestinationSymmetricKey { get(){} set(){} };
property DigitalSignature { get(){} set(){} };
property EncryptionAlgorithm { get(){} set(){} };
property Extension { get(){} set(){} };
property HashAlgorithm { get(){} set(){} };
property Id { get(){} set(){} };
property IsFirstInTransaction { get(){} set(){} };
property IsLastInTransaction { get(){} set(){} };
property Label { get(){} set(){} };
property MessageType { get(){} set(){} };
property Priority { get(){} set(){} };
property Recoverable { get(){} set(){} };
property ResponseQueue { get(){} set(){} };
property SenderCertificate { get(){} set(){} };
property SenderId { get(){} set(){} };
property SenderVersion { get(){} set(){} };
property SentTime { get(){} set(){} };
property SourceMachine { get(){} set(){} };
property TimeToBeReceived { get(){} set(){} };
property TimeToReachQueue { get(){} set(){} };
property TransactionId { get(){} set(){} };
property TransactionStatusQueue { get(){} set(){} };
property UseAuthentication { get(){} set(){} };
property UseDeadLetterQueue { get(){} set(){} };
property UseEncryption { get(){} set(){} };
property UseJournalQueue { get(){} set(){} };
property UseTracing { get(){} set(){} };
}
class System.Messaging.MessageQueue : System.ComponentModel.Component
{
ValueClass System.TimeSpan InfiniteTimeout;
I8 InfiniteQueueSize;
Class System.Messaging.DefaultPropertiesToSend defaultProperties;
Class System.Messaging.MessagePropertyFilter receiveFilter;
I4 sharedMode;
String formatName;
String queuePath;
String path;
Class System.Messaging.Interop.QueuePropertyVariants properties;
Class System.Messaging.IMessageFormatter formatter;
String computerName;
Class QueuePropertyFilter filter;
Boolean authenticate;
I2 basePriority;
ValueClass System.DateTime createTime;
I4 encryptionLevel;
ValueClass System.Guid id;
String label;
ValueClass System.DateTime lastModifyTime;
I8 journalSize;
I8 queueSize;
ValueClass System.Guid queueType;
Boolean useJournaling;
Class MQCacheableInfo mqInfo;
Boolean attached;
Boolean useThreadPool;
Class System.AsyncCallback onRequestCompleted;
Class System.Messaging.PeekCompletedEventHandler onPeekCompleted;
Class System.Messaging.ReceiveCompletedEventHandler onReceiveCompleted;
Class System.ComponentModel.ISynchronizeInvoke synchronizingObject;
String SUFIX_PRIVATE;
String SUFIX_JOURNAL;
String SUFIX_DEADLETTER;
String SUFIX_DEADXACT;
String PREFIX_LABEL;
String PREFIX_FORMAT_NAME;
Class CacheTable formatNameCache;
Class CacheTable queueInfoCache;
Boolean enableConnectionCache;
Boolean administerGranted;
Boolean browseGranted;
Boolean sendGranted;
Boolean receiveGranted;
Boolean peekGranted;
Void System.Messaging.MessageQueue();
Void System.Messaging.MessageQueue( String path);
Void System.Messaging.MessageQueue( String path, Boolean sharedModeDenyReceive);
Void System.Messaging.MessageQueue( String path, ValueClass System.Guid id);
Boolean get_Authenticate();
Void set_Authenticate( Boolean value);
I2 get_BasePriority();
Void set_BasePriority( I2 value);
Boolean get_CanRead();
Boolean get_CanWrite();
ValueClass System.Guid get_Category();
Void set_Category( ValueClass System.Guid value);
String get_ComputerName();
ValueClass System.DateTime get_CreateTime();
Class System.Messaging.DefaultPropertiesToSend get_DefaultPropertiesToSend();
Void set_DefaultPropertiesToSend( Class System.Messaging.DefaultPropertiesToSend value);
Boolean get_DenySharedReceive();
Void set_DenySharedReceive( Boolean value);
Boolean get_EnableConnectionCache();
Void set_EnableConnectionCache( Boolean value);
ValueClass System.Messaging.EncryptionRequired get_EncryptionRequired();
Void set_EncryptionRequired( ValueClass System.Messaging.EncryptionRequired value);
String get_FormatName();
Class System.Messaging.IMessageFormatter get_Formatter();
Void set_Formatter( Class System.Messaging.IMessageFormatter value);
ValueClass System.Guid get_Id();
String get_Label();
Void set_Label( String value);
ValueClass System.DateTime get_LastModifyTime();
String get_MachineName();
Void set_MachineName( String value);
I8 get_MaximumJournalSize();
Void set_MaximumJournalSize( I8 value);
I8 get_MaximumQueueSize();
Void set_MaximumQueueSize( I8 value);
Class System.Messaging.MessagePropertyFilter get_MessageReadPropertyFilter();
Void set_MessageReadPropertyFilter( Class System.Messaging.MessagePropertyFilter value);
Class MQCacheableInfo get_MQInfo();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -