NetworkSession.BeginCreate Method
Starts hosting a new multiplayer session.
Overload List
Name | Description |
---|---|
NetworkSession.BeginCreate (NetworkSessionType, Generic IEnumerable, Int32, Int32, NetworkSessionProperties, AsyncCallback, Object) | Starts hosting a new multiplayer session. |
NetworkSession.BeginCreate (NetworkSessionType, Int32, Int32, AsyncCallback, Object) | Starts hosting a new multiplayer session. |
NetworkSession.BeginCreate (NetworkSessionType, Int32, Int32, Int32, NetworkSessionProperties, AsyncCallback, Object) | Starts hosting a new multiplayer session. |
Exceptions
Exception type | Condition |
---|---|
ArgumentOutOfRangeException | One of the following conditions is true:
|
InvalidOperationException | One of the following conditions is true:
|
ObjectDisposedException | This NetworkSession is disposed. |
See Also
Reference
NetworkSession Class
NetworkSession Members
Microsoft.Xna.Framework.Net Namespace