示例#1
0
 /// <summary>
 /// Create LongPoll connection unit
 /// </summary>
 /// <returns>LongPollServerConnection unit</returns>
 public ApiCore.Messages.LongPollServerConnection GetLongPollServerConnection(int waitTime)
 {
     ApiCore.Messages.LongPollServerConnection connection = new ApiCore.Messages.LongPollServerConnection(this);
     connection.WaitTime = waitTime;
     return(connection);
 }
示例#2
0
 /// <summary>
 /// Create LongPoll connection unit
 /// </summary>
 /// <returns>LongPollServerConnection unit</returns>
 public ApiCore.Messages.LongPollServerConnection GetLongPollServerConnection(int waitTime)
 {
     ApiCore.Messages.LongPollServerConnection connection = new ApiCore.Messages.LongPollServerConnection(this);
     connection.WaitTime = waitTime;
     return connection;
 }
示例#3
0
 /// <summary>
 /// Create LongPoll connection unit
 /// </summary>
 /// <returns>LongPollServerConnection unit</returns>
 public ApiCore.Messages.LongPollServerConnection GetLongPollServerConnection()
 {
     ApiCore.Messages.LongPollServerConnection connection = new ApiCore.Messages.LongPollServerConnection(this);
     return(connection);
 }
示例#4
0
 /// <summary>
 /// Create LongPoll connection unit
 /// </summary>
 /// <returns>LongPollServerConnection unit</returns>
 public ApiCore.Messages.LongPollServerConnection GetLongPollServerConnection()
 {
     ApiCore.Messages.LongPollServerConnection connection = new ApiCore.Messages.LongPollServerConnection(this);
     return connection;
 }